Skip to content

Commit

Permalink
remove not reached here log statement
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Aug 8, 2024
1 parent ea5bac5 commit 86dc392
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ func downloadHttpHandler(node pinner.PinnerNode) http.Handler {

func cidHttpHandler(node pinner.PinnerNode) http.Handler {
fn := func(w http.ResponseWriter, r *http.Request) {
log.Println("not reached here")
contents, err := readContentFromRequest(r)
if err != nil {
respondError(w, err)
Expand Down

0 comments on commit 86dc392

Please sign in to comment.