Skip to content

Commit

Permalink
remove unnecessarily comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 authored Dec 16, 2024
1 parent af75b81 commit 7c0cefa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func getFromAuth(path string) (*extractResponse, error) {
// Middleware to handle InternalServerError
func internalServerErrorHandler(next http.Handler) http.Handler {
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
fmt.Println("Inside Internal Server Middleware")

rr := negroni.NewResponseWriter(w)
next.ServeHTTP(rr, r)
Expand Down

0 comments on commit 7c0cefa

Please sign in to comment.