diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-03-17 17:24:36 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-03-24 13:07:50 +0000 |
commit | 911f559544314d96547694496e0534ced85c544e (patch) | |
tree | b6f45e1a7cd02740a30dbd57ffad0816e5230b5b /app/controllers/track_controller.rb | |
parent | 903d920cbc273262e9975ea1d618b565d005ca27 (diff) |
Remove obsolete line.
Should have been removed in
https://github.com/mysociety/alaveteli/commit/b236d4f113187b0e5d87867fc6512e5486f9764f.
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r-- | app/controllers/track_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index 2b0742a34..103121689 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -209,7 +209,6 @@ class TrackController < ApplicationController for track_thing in TrackThing.find(:all, :conditions => [ "track_type = ? and tracking_user_id = ?", track_type, user_id ]) track_thing.destroy end - flash[:notice] += "</ul>" redirect_to params[:r] end |