diff options
| -rw-r--r-- | xmake/core/base/tty.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/tty.lua b/xmake/core/base/tty.lua index a162e6341..1976a8bb2 100644 --- a/xmake/core/base/tty.lua +++ b/xmake/core/base/tty.lua @@ -247,7 +247,6 @@ function tty._find_shell_from_parent() local count = 0 while pid ~= 0 and count < 10 do count = count + 1 - print(count) local shell_name = nil local shell_path = nil if os.isfile("/proc/" .. pid .. "/exe") then |
