aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-06-21 03:09:42 +0100
committerRobin Houston <robin@lenny.robin>2011-06-21 03:11:35 +0100
commit543ee94019b124387ef775c1312e40730a0d1cdd (patch)
treef058350f01f69dd0695b58a2a0bee061bfde2e0b /app/models/info_request.rb
parent9e6a39814fc2db20a5b0938a0b623561393ca8f2 (diff)
Get rid of commented-out STDERR.puts messages
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r--app/models/info_request.rb1
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