diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Alert.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Alert.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Alert.pm b/perllib/FixMyStreet/App/Controller/Alert.pm index aa51f1ba3..7ea0d77e3 100644 --- a/perllib/FixMyStreet/App/Controller/Alert.pm +++ b/perllib/FixMyStreet/App/Controller/Alert.pm @@ -132,10 +132,6 @@ sub subscribe_email : Private { if ( $type eq 'updates' ) { $c->forward('set_update_alert_options'); } - elsif ( $type eq 'problems' ) { - -# $alert_id = FixMyStreet::Alert::create($email, 'new_problems', $cobrand, $cobrand_data); - } elsif ( $type eq 'local' ) { $c->forward('set_local_alert_options'); } |