Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWHurst committed Jan 26, 2024
1 parent de52a1c commit ab423a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion context-next.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func (c *Context) next() {
// If we didn't find a handler function or transformer and we have reached
// the end of the chain, we can return early.
if c.currentHandlerOrTransformer == nil {
println("END OF ROUTER")
return
}

Expand Down

0 comments on commit ab423a2

Please sign in to comment.