Skip to content

Commit

Permalink
Remove a stdout write on connect.
Browse files Browse the repository at this point in the history
I'm not sure if getting a logger in here makes more sense, but this is
definitely annoying as it is.
  • Loading branch information
dustin committed Jun 3, 2008
1 parent 9faa74d commit b8b6449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/beanstalk-client/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def connect()
@addrs.each do |addr|
begin
if !@connections.include?(addr)
puts "connecting to beanstalk at #{addr}"
@connections[addr] = Connection.new(addr, @default_tube)
prev_watched = @connections[addr].list_tubes_watched()
to_ignore = prev_watched - @watch_list
Expand Down

0 comments on commit b8b6449

Please sign in to comment.