Skip to content

Commit

Permalink
hiding unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvb committed Apr 11, 2018
1 parent c3b9465 commit 78a7377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figurefirst/svg_to_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ def clear_fflayer(self, fflayername):
for child in children:
if 1:
if child.nodeName != 'figurefirst:targetlayer':
print('Removing node: '+ child.nodeName)
# print('Removing node: '+ child.nodeName)
target_layer.removeChild(child)
removed_children += 1
else:
Expand Down

0 comments on commit 78a7377

Please sign in to comment.