kopia lustrzana https://github.com/bugout-dev/moonstream
removed print
rodzic
abd570b6a0
commit
884eb82376
|
@ -63,8 +63,6 @@ func lbHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(currentUserAccess)
|
|
||||||
|
|
||||||
attempts := GetAttemptsFromContext(r)
|
attempts := GetAttemptsFromContext(r)
|
||||||
if attempts > configs.NB_CONNECTION_RETRIES {
|
if attempts > configs.NB_CONNECTION_RETRIES {
|
||||||
log.Printf("Max attempts reached from %s %s, terminating\n", r.RemoteAddr, r.URL.Path)
|
log.Printf("Max attempts reached from %s %s, terminating\n", r.RemoteAddr, r.URL.Path)
|
||||||
|
|
Ładowanie…
Reference in New Issue