From 1931181ef24c2f45cb447c25df52218575da0d60 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Sat, 7 Jan 2006 19:08:03 +0000 Subject: [PATCH] remove dbg messages git-svn-id: file:///home/svn/incoming/trunk@3324 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/io/stream_abstraction.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/rex/io/stream_abstraction.rb b/lib/rex/io/stream_abstraction.rb index 3a3b9a2fd1..cffe10cd7b 100644 --- a/lib/rex/io/stream_abstraction.rb +++ b/lib/rex/io/stream_abstraction.rb @@ -70,10 +70,7 @@ module StreamAbstraction # Writes to the local side. # def syswrite(buffer) - puts "writing #{buffer.length}" - Thread.pass lsock.syswrite(buffer) - puts "finished" end #