From 326db4ec7c13ea42e85b8f5768e279356858c179 Mon Sep 17 00:00:00 2001 From: mrigangha Date: Thu, 7 May 2026 03:37:08 +0000 Subject: [PATCH] Fixed the stale pid issue --- pkg/pid/pidfile.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/pid/pidfile.go b/pkg/pid/pidfile.go index 7201ade03..2b78c0338 100644 --- a/pkg/pid/pidfile.go +++ b/pkg/pid/pidfile.go @@ -69,7 +69,6 @@ func isGatewayAlive(host string, port int, expectedPID int) bool { if err := json.NewDecoder(resp.Body).Decode(&body); err != nil { return false } - fmt.Println("HEllo") // Only treat as alive if the reported PID matches the PID file. // This prevents an unrelated service on the same port from being