summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-05-12 23:03:38 +0800
committerruki <[email protected]>2023-05-12 23:03:38 +0800
commit367722f03e775605c098c567724ef8d19c498600 (patch)
tree67fc8a4aa44b16ea2ea4d5e9aca342e959eecc6b
parente3a661a2eafc2fc32bd77125978dd64c6b7b9a1f (diff)
remove unused comment
-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)