Skip to content

Commit

Permalink
Removed a debug statement used while creating rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cremes committed Jan 7, 2009
1 parent a78d80a commit ccdb8ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mq.rb
Expand Up @@ -317,7 +317,6 @@ def send *args
# * :passive => true and the exchange does not exist (NOT_FOUND)
#
def direct name = 'amq.direct', opts = {}
puts "name [#{name}] opts #{opts.inspect}"
exchanges[name] ||= Exchange.new(self, :direct, name, opts)
end

Expand Down

0 comments on commit ccdb8ee

Please sign in to comment.