diff options
| author | Jérôme Leclercq <[email protected]> | 2022-04-24 15:46:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-24 15:46:09 +0200 |
| commit | 7e4f91042c5585b6a756d26ad634418b3e9b6392 (patch) | |
| tree | bb3ce057f3736e1ae3a326cd4d24d5a5f8a7c815 | |
| parent | 68f60cdd350c606ebb07dd79ccbfd388a47b4304 (diff) | |
Remove debug print
| -rw-r--r-- | xmake/modules/package/manager/cmake/find_package.lua | 1 |
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 |
