aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Reports.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-15 08:58:22 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-15 15:19:21 +0100
commit310a46ece56eb8327a1b38a3afc011eb3911e8ac (patch)
treebd27435fd8f5c5bfc1cd9717a1979a957d7158b7 /perllib/FixMyStreet/App/Controller/Reports.pm
parent6587206978a5a5afcfef0acd0238215a710034cc (diff)
Remove a couple of debug lines.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Reports.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm
index 255ff4b28..ec18e33d0 100644
--- a/perllib/FixMyStreet/App/Controller/Reports.pm
+++ b/perllib/FixMyStreet/App/Controller/Reports.pm
@@ -457,7 +457,6 @@ sub load_and_group_problems : Private {
my ( %problems, @pins );
while ( my $problem = $problems->next ) {
- $c->log->debug( $problem->cobrand . ', cobrand is ' . $c->cobrand->moniker );
if ( !$c->stash->{body} ) {
add_row( $c, $problem, 0, \%problems, \@pins );
next;