From ee7ec91ac4306f255005f814250d97204afc0351 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 16:06:36 -0400 Subject: remove debugging --- Bugzilla/Quantum/Plugin/BlockIP.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla') 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); -- cgit v1.2.3-24-g4f1b