refactoring of code

This commit is contained in:
Jonas Kaninda
2024-11-15 15:47:18 +01:00
parent a5823890a8
commit dde3b41f2c

View File

@@ -108,7 +108,5 @@ func (gatewayServer GatewayServer) shutdown(httpServer, httpsServer *http.Server
logger.Error("Error shutting down HTTPS server: %v", err) logger.Error("Error shutting down HTTPS server: %v", err)
} }
} }
logger.Info("Goma Gateway shut down successfully")
return nil return nil
} }