diff --git a/proxyd/proxyd/server.go b/proxyd/proxyd/server.go index 5502d74..5df9d37 100644 --- a/proxyd/proxyd/server.go +++ b/proxyd/proxyd/server.go @@ -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 }