diff --git a/model_signing/serialize.py b/model_signing/serialize.py index 3094e4df..92736435 100644 --- a/model_signing/serialize.py +++ b/model_signing/serialize.py @@ -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