From 884eb82376b35244fe05066d14da60fe51a7c4b0 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Thu, 17 Mar 2022 14:51:12 +0000 Subject: [PATCH] removed print --- nodes/node_balancer/cmd/routes.go | 2 -- 1 file changed, 2 deletions(-) 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)