Skip to content

Commit

Permalink
Fix #147
Browse files Browse the repository at this point in the history
Removes a left over log line.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 21, 2022
1 parent dded355 commit eefeb9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions readiness.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ func (r *readiness) ServeHTTP(w http.ResponseWriter, req *http.Request) {
case atomic.LoadInt32(&acceptingConnections) == 0, !r.lockCheck():
status = http.StatusServiceUnavailable
case r.LimitMet():
log.Println("Limited")

status = http.StatusTooManyRequests
case r.endpoint != "":
upstream := url.URL{
Expand Down

0 comments on commit eefeb9d

Please sign in to comment.