diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-21 03:09:42 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-21 03:11:35 +0100 |
commit | 543ee94019b124387ef775c1312e40730a0d1cdd (patch) | |
tree | f058350f01f69dd0695b58a2a0bee061bfde2e0b /app/models/info_request.rb | |
parent | 9e6a39814fc2db20a5b0938a0b623561393ca8f2 (diff) |
Get rid of commented-out STDERR.puts messages
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 3441a73f7..cab28b8f1 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -530,7 +530,6 @@ public if curr_state.nil? if !event.described_state.nil? curr_state = event.described_state - #STDERR.puts "curr_state " + curr_state end end |