Remove close message

git-svn-id: file:///home/svn/framework3/trunk@8995 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-04-03 06:14:58 +00:00
parent e98af96779
commit 949874e541
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ protected
# Remove this socket from the polled client list in the server
obj.service.listener.clients.delete(cli)
cli.instance_eval("def close; $stderr.puts caller.inspect; end")
return
else