Commit 25d74f5f authored by Yoshinori Okuji's avatar Yoshinori Okuji

Remove pdb.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@217 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8c2c8e00
......@@ -322,11 +322,7 @@ class MTClientConnection(ClientConnection):
super(MTClientConnection, self).__init__(*args, **kwargs)
def lock(self, blocking = 1):
try:
return self.acquire(blocking = blocking)
except:
import pdb
pdb.set_trace()
return self.acquire(blocking = blocking)
def unlock(self):
self.release()
......
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