Commit b7a37e11 authored by Tim Peters's avatar Tim Peters

modifiedInVersion: remove set_trace() added during ZODB sprint.

parent 54c60576
......@@ -828,7 +828,6 @@ class Connection(ExportImport, object):
try:
return self._db.modifiedInVersion(oid)
except KeyError:
import pdb; pdb.set_trace()
return self.getVersion()
def getVersion(self):
......
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