summaryrefslogtreecommitdiff
path: root/xmake/core/base/tty.lua
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-01-27 12:36:23 +0300
committerSaikari <[email protected]>2026-01-27 12:36:23 +0300
commit33ec7a0a2ea8b21b8c896e828ecb80b6da6398d1 (patch)
tree703b55bb4a4af9b6cd65d4f062435cbdcfd87910 /xmake/core/base/tty.lua
parent93b10aae53d6a3fc751894695161b8b472525a4b (diff)
remove debug print statement from _find_shell_from_parent function
Diffstat (limited to 'xmake/core/base/tty.lua')
-rw-r--r--xmake/core/base/tty.lua1
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