Commit 6b3cf207 authored by Matthew Slipper's avatar Matthew Slipper

proxyd: Remove logging

parent a65ceeed
---
'@eth-optimism/proxyd': patch
---
Remove useless logging
......@@ -251,7 +251,6 @@ func (s *Server) HandleRPC(w http.ResponseWriter, r *http.Request) {
isLimited := func(method string) bool {
isGloballyLimitedMethod := s.isGlobalLimit(method)
fmt.Println(method, isGloballyLimitedMethod)
if !isGloballyLimitedMethod && (isUnlimitedOrigin || isUnlimitedUserAgent) {
return false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment