about summary refs log tree commit homepage
path: root/lib/rainbows/writer_thread_pool.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-04 18:13:45 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-04 18:13:45 -0800
commit429e9948d91fa159c2daa9944a5026cebb78bade (patch)
tree404c7c1f76222a6adc94bf7294e55cb674bc02f2 /lib/rainbows/writer_thread_pool.rb
parent104f7bd76696e42c0b8a97f3780cabea9a7dd44c (diff)
downloadrainbows-429e9948d91fa159c2daa9944a5026cebb78bade.tar.gz
Oops
Diffstat (limited to 'lib/rainbows/writer_thread_pool.rb')
-rw-r--r--lib/rainbows/writer_thread_pool.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rainbows/writer_thread_pool.rb b/lib/rainbows/writer_thread_pool.rb
index 558827f..8bc523f 100644
--- a/lib/rainbows/writer_thread_pool.rb
+++ b/lib/rainbows/writer_thread_pool.rb
@@ -40,10 +40,8 @@ module Rainbows::WriterThreadPool
           when String
             io.kgio_write(arg)
           when :close
-            warn "#{Thread.current} #{io} close"
             io.close unless io.closed?
           else
-            warn "#{Thread.current} #{io} #{arg}"
             io.__send__(arg, *rest)
           end
         rescue => err