Skip to content

Commit

Permalink
removing count of children tags in Abdera convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mukultaneja authored and sanand0 committed Aug 1, 2017
1 parent 2a512eb commit 96b4785
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmljson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ def data(self, root):
else:
children_list = [self._fromstring(text), ]

count = Counter(child.tag for child in children)

for child in children:
child_data = self.data(child)
children_list.append(child_data)
Expand Down

0 comments on commit 96b4785

Please sign in to comment.