Skip to content

Commit

Permalink
fix(core): remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs committed Sep 20, 2024
1 parent d186f2f commit bbe08c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package akumu

import (
"context"
"fmt"
"net/http"
)

Expand Down Expand Up @@ -36,8 +35,6 @@ func handleError(writer http.ResponseWriter, request *http.Request, err error, p
}

if responder, ok := err.(Responder); ok {
fmt.Printf("Responder: %T\n %#v", responder, parent)

if parent != nil {
parent.
Merge(responder.Respond(request)).
Expand Down

0 comments on commit bbe08c2

Please sign in to comment.