Commit 15a72f83 authored by Denis Bilenko's avatar Denis Bilenko

remove commented out junk

parent efe51064
...@@ -434,7 +434,6 @@ class socket(object): ...@@ -434,7 +434,6 @@ class socket(object):
wait_read(self._sock.fileno(), timeout=self.timeout, event=self._read_event) wait_read(self._sock.fileno(), timeout=self.timeout, event=self._read_event)
def send(self, data, flags=0, timeout=timeout_default): def send(self, data, flags=0, timeout=timeout_default):
#print 'sending: %r' % data
if timeout is timeout_default: if timeout is timeout_default:
timeout = self.timeout timeout = self.timeout
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment