diff options
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r-- | Bugzilla/Quantum/Plugin/BlockIP.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Quantum/Plugin/BlockIP.pm b/Bugzilla/Quantum/Plugin/BlockIP.pm index 512575b41..fbfffad66 100644 --- a/Bugzilla/Quantum/Plugin/BlockIP.pm +++ b/Bugzilla/Quantum/Plugin/BlockIP.pm @@ -31,7 +31,6 @@ sub _before_routes { return if $c->stash->{'mojo.static'}; my $ip = $c->tx->remote_address; - $c->app->log->debug("remote ip: $ip"); if ($MEMCACHED && $MEMCACHED->get("block_ip:$ip")) { $c->block_ip($ip); $c->res->code(429); |