Commit e3a3b3c4 authored by Ayush Tiwari's avatar Ayush Tiwari

[DEBUG]: Remove debuggers that stuck the tests

parent 31bcdb5f
......@@ -119,6 +119,5 @@ class BusinessCommit(Folder):
id = str(str(id) + '_' + str(time.time())).replace('.', '')
new_object = super(BusinessCommit, self).newContent(id, **kw)
import pdb; pdb.set_trace()
return new_object
......@@ -722,7 +722,6 @@ class BusinessItem(XMLObject):
# Build the object here, if the item_path has been added/updated
# XXX: We also need to add attribute to ensure that this doesn't happen
# while in tests or while creating them on the fly
import pdb; pdb.set_trace()
if 'item_path' in self._v_modified_property_dict:
self.build(self.aq_parent)
......
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