Commit 789c4325 authored by Jérome Perrin's avatar Jérome Perrin

zope4py2: remove a debugging pdb

parent b67b3db4
...@@ -1413,10 +1413,7 @@ class ObjectTemplateItem(BaseTemplateItem): ...@@ -1413,10 +1413,7 @@ class ObjectTemplateItem(BaseTemplateItem):
self.removeProperties(obj, 0) self.removeProperties(obj, 0)
__traceback_info__ = (container, object_id, obj) __traceback_info__ = (container, object_id, obj)
container._setObject(object_id, obj) container._setObject(object_id, obj)
try: obj = container._getOb(object_id)
obj = container._getOb(object_id)
except:
import ipdb; ipdb.set_trace()
if not object_existed: if not object_existed:
# A new object was added, call the hook # A new object was added, call the hook
......
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