Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ababak committed Apr 11, 2018
1 parent c5b20e8 commit b97ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def iterateMappingRecursive(mappingDict, xmlGroup, node):
tuples = None
if valueNode is not None:
value = valueNode.get('value')
print(paramKey, value)
# print(paramKey, value)
if not value:
tuples = valueNode.get('size')
if tuples:
Expand Down

0 comments on commit b97ad8e

Please sign in to comment.