Skip to content

Commit

Permalink
Remove left-over debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Aug 24, 2018
1 parent 6312954 commit 3ff6097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mfr/extensions/zip/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def sorted_obj_list_to_tree(self, sorted_obj_list: list) -> List[dict]:
# Iterate through each path and build the tree
for obj in sorted_obj_list:
path_from_root = obj.filename
print(path_from_root)
path_segments = [segment for segment in path_from_root.split('/') if segment]
# Find the parent node of the current object, always start from the root node
parent = tree_root
Expand Down

0 comments on commit 3ff6097

Please sign in to comment.