diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index c14b7e9b1..5c52d0257 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -118,13 +118,6 @@ sub report_import : Path('/import') { # anything else we return is plain text $c->res->content_type('text/plain; charset=utf-8'); - # use strict; - # use Standard; - # use mySociety::AuthToken; - # use mySociety::Config; - # use mySociety::EvEl; - # use mySociety::Locale; - my %input = map { $_ => $c->req->param($_) || '' } ( 'service', 'subject', 'detail', 'name', 'email', 'phone', |