Mercurial > hgrepos > Python > apps > py-cutils
changeset 160:432fe71300d3
Remove debug output
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 07 Jan 2025 12:55:55 +0100 |
| parents | 5c23ad9a3f8f |
| children | df927ada9a37 |
| files | cutils/treesum.py |
| diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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))
