diff options
author | francis <francis> | 2008-09-11 09:36:10 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-11 09:36:10 +0000 |
commit | 0026b07cc00804a96758f5bcad5175904af4e3b5 (patch) | |
tree | f4564278aaeb74e02190cfccbe97f6dc37c03655 /app/controllers/track_controller.rb | |
parent | f46d3de75a27122772f7e30e49ab49d5067a8df7 (diff) |
Remove debugging.
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r-- | app/controllers/track_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index e78d3959c..229229fff 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -5,7 +5,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: track_controller.rb,v 1.26 2008-08-09 00:25:28 francis Exp $ +# $Id: track_controller.rb,v 1.27 2008-09-11 09:36:10 francis Exp $ class TrackController < ApplicationController @@ -129,7 +129,6 @@ class TrackController < ApplicationController return end - STDOUT.puts(params.to_yaml) new_medium = params[:track_medium] if new_medium == 'delete' track_thing.destroy |