Skip to content

Commit

Permalink
Removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthct committed Jan 11, 2024
1 parent 0ffa7a9 commit 156a3bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authentication/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 156a3bf

Please sign in to comment.