GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of dustin/beanstalk-client-ruby
Description: Ruby client for beanstalkd
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalk-client-ruby.git
Remove a stdout write on connect.

I'm not sure if getting a logger in here makes more sense, but this is
definitely annoying as it is.
dustin (author)
Mon Jun 02 19:41:39 -0700 2008
commit  b8b644911f8deb14f64d2e4cb73039777559f9c3
tree    146375124040aae322acf4712cad161ce5dac06a
parent  9faa74d475edb46e9bf202d2f186e8f719f205a8
...
223
224
225
226
227
228
229
...
223
224
225
 
226
227
228
0
@@ -223,7 +223,6 @@ module Beanstalk
0
       @addrs.each do |addr|
0
         begin
0
           if !@connections.include?(addr)
0
- puts "connecting to beanstalk at #{addr}"
0
             @connections[addr] = Connection.new(addr, @default_tube)
0
             prev_watched = @connections[addr].list_tubes_watched()
0
             to_ignore = prev_watched - @watch_list

Comments

    No one has commented yet.