From 33ec7a0a2ea8b21b8c896e828ecb80b6da6398d1 Mon Sep 17 00:00:00 2001 From: Saikari Date: Tue, 27 Jan 2026 12:36:23 +0300 Subject: remove debug print statement from _find_shell_from_parent function --- xmake/core/base/tty.lua | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.3.1