aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-10-05 13:55:22 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-10-05 14:08:19 +0100
commita4f6ba5bd1c6ae1a1c4f2a3186c920b54f88b53d (patch)
treeeaf10b4abc864bd55d87d940189bb08d8c06ae63 /perllib/FixMyStreet/App/Controller
parent00df8752bd16f7250062cf6ef95a7418f449b931 (diff)
More cron quietening, only show full Open311 first time, then summarise.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm
index 2d1cf2c5a..f72478cff 100644
--- a/perllib/FixMyStreet/App/Controller/Admin.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin.pm
@@ -661,7 +661,6 @@ sub report_edit : Path('report_edit') : Args(1) {
|| $flagged != $problem->flagged
|| $non_public != $problem->non_public )
{
- warn "edited";
$edited = 1;
}