Skip to content

Commit 32b3589

Browse files
authored
Merge pull request #2306 from SirLynix/patch-11
Remove debug print from #2301
2 parents 68f60cd + 7e4f910 commit 32b3589

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xmake/modules/package/manager/cmake/find_package.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ function _find_package(cmake, name, opt)
142142
if os.isfile(linkfile) then
143143
local linkdata = io.readfile(linkfile)
144144
if linkdata then
145-
print(flagsdata)
146145
if option.get("diagnosis") then
147146
vprint(linkdata)
148147
end

0 commit comments

Comments
 (0)