main_part.include: remove debug code.

This commit is contained in:
2026-03-03 10:51:24 +01:00
parent 5df87179c8
commit b07999f0cf

View File

@@ -488,7 +488,6 @@ fi
if $_via_ssh_tunnel ; then if $_via_ssh_tunnel ; then
if [[ -n "$tunnel_pid" ]]; then if [[ -n "$tunnel_pid" ]]; then
if ps --pd ${tunnel_pid} > /dev/null 2>&1; then if ps --pd ${tunnel_pid} > /dev/null 2>&1; then
echo "target Host: $target_host - Kill tunnel PID $tunnel_pid"
kill "$tunnel_pid" kill "$tunnel_pid"
fi fi
fi fi