summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/package/tools/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/xmake.lua b/xmake/modules/package/tools/xmake.lua
index eaf30c941..36039ffa4 100644
--- a/xmake/modules/package/tools/xmake.lua
+++ b/xmake/modules/package/tools/xmake.lua
@@ -161,7 +161,6 @@ function _maybe_in_project(package)
local parentdir = path.directory(dir)
while parentdir and os.isdir(parentdir) do
if os.isfile(path.join(parentdir, "xmake.lua")) then
- print("parentdir", parentdir)
return true
end
parentdir = path.directory(parentdir)