Skip to content

Commit

Permalink
removing a debug that was left in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamutton committed Apr 8, 2014
1 parent 6c93b38 commit e7676e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pika/adapters/base_connection.py
Expand Up @@ -357,8 +357,6 @@ def _handle_write(self):
except socket.timeout:
raise
except socket.error as error:
import pdb ; pdb.set_trace()
print "******* SOCKET ERROR THAT I'LL HIDE: %s" % error
return self._handle_error(error)
return total_written

Expand Down

0 comments on commit e7676e6

Please sign in to comment.