diff --git a/py/webnotes/model/doclist.py b/py/webnotes/model/doclist.py index 3b09e7b2f0..e0ab44a732 100644 --- a/py/webnotes/model/doclist.py +++ b/py/webnotes/model/doclist.py @@ -216,7 +216,6 @@ class DocList: """ child_map = {} - webnotes.errprint([[]]) for d in self.children: if d.fields.has_key('parent'): if d.parent and (not d.parent.startswith('old_parent:')):