From 156a3bfb913fd4483a915a7dbec0147461d910e0 Mon Sep 17 00:00:00 2001 From: tithakka Date: Thu, 11 Jan 2024 10:56:26 -0500 Subject: [PATCH] Removed unnecessary log --- authentication/auth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/authentication/auth.go b/authentication/auth.go index 5320a191..837a5694 100644 --- a/authentication/auth.go +++ b/authentication/auth.go @@ -62,7 +62,6 @@ func shutdown(server *http.Server) { if err := server.Shutdown(context.TODO()); err != nil { log.Fatalf("HTTP shutdown error: %v", err) } - log.Println("Graceful shutdown complete.") } func VerifyLogin(clientID string) (string, error) {