Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
celldee committed Jan 16, 2013
1 parent baf133c commit 75da47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bunny/queue.rb
Expand Up @@ -112,7 +112,7 @@ def subscribe(opts = {
!opts[:ack], !opts[:ack],
opts[:exclusive], opts[:exclusive],
opts[:arguments]) opts[:arguments])
puts "Added consumer #{ctag} on queue #{@name}"
consumer.on_delivery(&block) consumer.on_delivery(&block)
consumer.on_cancellation(&opts[:on_cancellation]) if opts[:on_cancellation] consumer.on_cancellation(&opts[:on_cancellation]) if opts[:on_cancellation]


Expand Down

0 comments on commit 75da47f

Please sign in to comment.