about summary refs log tree commit homepage
path: root/lib/rainbows/writer_thread_pool.rb
diff options
context:
space:
mode:
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