diff --git a/nodes/node_balancer/cmd/routes.go b/nodes/node_balancer/cmd/routes.go index a9161df1..41dd9fab 100644 --- a/nodes/node_balancer/cmd/routes.go +++ b/nodes/node_balancer/cmd/routes.go @@ -63,8 +63,6 @@ func lbHandler(w http.ResponseWriter, r *http.Request) { return } - fmt.Println(currentUserAccess) - attempts := GetAttemptsFromContext(r) if attempts > configs.NB_CONNECTION_RETRIES { log.Printf("Max attempts reached from %s %s, terminating\n", r.RemoteAddr, r.URL.Path)