Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MindHunter86 committed Oct 19, 2024
1 parent d8933d2 commit e895c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/proxy/middlewares.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func (m *Proxy) MiddlewareValidation(c *fiber.Ctx) (e error) {
}

// hijack all query=random queries
fmt.Printf("ARGS LEN %d\n", v.ArgsLen())
if v.IsQueryEqual([]byte("release")) && v.ArgsLen() == 2 {
return m.middlewareReleaseRequest(c, v)
}
Expand Down

0 comments on commit e895c16

Please sign in to comment.