about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--test/pwrite_wrap.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pwrite_wrap.rb b/test/pwrite_wrap.rb
index ab3d4a4..e7356c6 100644
--- a/test/pwrite_wrap.rb
+++ b/test/pwrite_wrap.rb
@@ -50,9 +50,6 @@ class TestPwriteWrap < Test::Unit::TestCase
     warning = "fewer aio_threads(1) than devices(2)"
     wait_for(30, warning) do
       buf = File.read(@err.path)
-      if buf =~ /aio_threads/
-        puts "BUF: #{buf}"
-      end
       buf.include?(warning)
     end
   end