diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/New.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index e113517f9..736af16b1 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -881,9 +881,6 @@ sub generate_map : Private { map { Utils::truncate_coordinate($_) } ( $c->stash->{latitude}, $c->stash->{longitude} ); - # Forms that allow photos need a different enctype - my $allow_photo_upload = $c->cobrand->allow_photo_upload; - # Don't do anything if the user skipped the map unless ( $c->req->param('skipped') ) { FixMyStreet::Map::display_map( |