diff --git a/internal/server.go b/internal/server.go index 5c65378..f06f031 100644 --- a/internal/server.go +++ b/internal/server.go @@ -108,7 +108,5 @@ func (gatewayServer GatewayServer) shutdown(httpServer, httpsServer *http.Server logger.Error("Error shutting down HTTPS server: %v", err) } } - - logger.Info("Goma Gateway shut down successfully") return nil }