Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 3, 2012
1 parent 1a6dacd commit 80a8661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/amqp/channel.rb
Expand Up @@ -265,7 +265,6 @@ def auto_recover
@channel_is_open_deferrable.succeed

# exchanges must be recovered first because queue recovery includes recovery of bindings. MK.
@exchanges.each { |name, e| puts("Recovering ex #{name}"); e.auto_recover }
@queues.each { |name, q| q.auto_recover }
end
end # auto_recover
Expand Down

0 comments on commit 80a8661

Please sign in to comment.