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