Skip to content

Commit 0bddcb0

Browse files
committed
cleaning
1 parent 6e0dcc9 commit 0bddcb0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyArango/collection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ def createDocument(self, initDict = None):
325325
"""create and returns a completely empty document or one populated with initDict"""
326326
# res = dict(self.defaultDocument)
327327
res = self.getDefaultDocument()
328-
from icecream import ic
329-
ic(res)
330-
331328
if initDict is not None:
332329
res.update(initDict)
333330

0 commit comments

Comments
 (0)