# HG changeset patch # User Franz Glasner # Date 1736250955 -3600 # Node ID 432fe71300d317d7f34d96eb5579714d654b3962 # Parent 5c23ad9a3f8f0d50cfe7d580e68a95213b6c0dd8 Remove debug output diff -r 5c23ad9a3f8f -r 432fe71300d3 cutils/treesum.py --- a/cutils/treesum.py Tue Jan 07 12:55:45 2025 +0100 +++ b/cutils/treesum.py Tue Jan 07 12:55:55 2025 +0100 @@ -336,9 +336,6 @@ follow_symlinks=follow_directory_symlinks): dir_dgst = algorithm[0]() for fso in fsobjects: - print("NNNNNNNN", fso.name, fso.stat, - "%o (%o)" - % (fso.stat.st_mode, stat.S_IMODE(fso.stat.st_mode))) if fso.is_dir: if fso.is_symlink and not follow_directory_symlinks: linktgt = util.fsencode(os.readlink(fso.path))