remove dbg messages

git-svn-id: file:///home/svn/incoming/trunk@3324 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2006-01-07 19:08:03 +00:00
parent b6395069ee
commit 1931181ef2
1 changed files with 0 additions and 3 deletions

View File

@ -70,10 +70,7 @@ module StreamAbstraction
# Writes to the local side. # Writes to the local side.
# #
def syswrite(buffer) def syswrite(buffer)
puts "writing #{buffer.length}"
Thread.pass
lsock.syswrite(buffer) lsock.syswrite(buffer)
puts "finished"
end end
# #