Skip to content

Commit 7e4f910

Browse files
authored
Remove debug print
1 parent 68f60cd commit 7e4f910

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)