Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Nov 1, 2023
1 parent 5c12ffd commit a4e1a1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model_signing/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def _ordered_files(path: Path, ignorepaths: [Path]) -> []:

filtered = []
total_size = 0
print(ignorepaths)
for child in children:
if is_relative_to(child, ignorepaths):
continue
Expand Down

0 comments on commit a4e1a1e

Please sign in to comment.