diff options
-rwxr-xr-x | web/index.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index 9b8248615..41f913dd1 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -16,7 +16,7 @@ use RABX; use CGI::Carp; use URI::Escape; -use Carp::Always; +# use Carp::Always; use CrossSell; use FixMyStreet::Geocode; @@ -33,6 +33,7 @@ use mySociety::VotingArea; use mySociety::Web qw(ent NewURL); sub debug (@) { + return; my ( $format, @args ) = @_; warn sprintf $format, map { defined $_ ? $_ : 'undef' } @args; } |