summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2022-04-24 15:46:09 +0200
committerGitHub <[email protected]>2022-04-24 15:46:09 +0200
commit7e4f91042c5585b6a756d26ad634418b3e9b6392 (patch)
treebb3ce057f3736e1ae3a326cd4d24d5a5f8a7c815
parent68f60cdd350c606ebb07dd79ccbfd388a47b4304 (diff)
Remove debug print
-rw-r--r--xmake/modules/package/manager/cmake/find_package.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/cmake/find_package.lua b/xmake/modules/package/manager/cmake/find_package.lua
index c2cc7ff72..950015d18 100644
--- a/xmake/modules/package/manager/cmake/find_package.lua
+++ b/xmake/modules/package/manager/cmake/find_package.lua
@@ -142,7 +142,6 @@ function _find_package(cmake, name, opt)
if os.isfile(linkfile) then
local linkdata = io.readfile(linkfile)
if linkdata then
- print(flagsdata)
if option.get("diagnosis") then
vprint(linkdata)
end