diff options
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 |