aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/App/Controller/Report/New.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm
index 08d0addb9..57175269c 100644
--- a/perllib/FixMyStreet/App/Controller/Report/New.pm
+++ b/perllib/FixMyStreet/App/Controller/Report/New.pm
@@ -1074,7 +1074,6 @@ sub redirect_or_confirm_creation : Private {
$report_uri = $c->uri_for( '/report', $report->id );
}
$c->log->info($report->user->id . ' was logged in, redirecting to /report/' . $report->id);
- XXXX
$c->res->redirect($report_uri);
$c->detach;
}