diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-05 13:55:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-05 14:08:19 +0100 |
commit | a4f6ba5bd1c6ae1a1c4f2a3186c920b54f88b53d (patch) | |
tree | eaf10b4abc864bd55d87d940189bb08d8c06ae63 /perllib/FixMyStreet/App/Controller | |
parent | 00df8752bd16f7250062cf6ef95a7418f449b931 (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.pm | 1 |
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; } |