diff options
| author | ruki <[email protected]> | 2023-05-12 23:03:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-05-12 23:03:38 +0800 |
| commit | 367722f03e775605c098c567724ef8d19c498600 (patch) | |
| tree | 67fc8a4aa44b16ea2ea4d5e9aca342e959eecc6b | |
| parent | e3a661a2eafc2fc32bd77125978dd64c6b7b9a1f (diff) | |
remove unused comment
| -rw-r--r-- | xmake/modules/package/tools/xmake.lua | 1 |
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) |
