From: Guillaume Pellerin Date: Fri, 29 Oct 2021 14:28:26 +0000 (+0200) Subject: cleanup print X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a0476a61f0d17a07500b75222bf9115218627658;p=docker-django-scripts.git cleanup print --- diff --git a/misc/statifier.py b/misc/statifier.py index b2cfe9b..641cd05 100644 --- a/misc/statifier.py +++ b/misc/statifier.py @@ -31,7 +31,6 @@ class Statifier: path = root + os.sep + filename rel_root = root.split('/')[2:] rel_root = language + '/' + '/'.join(rel_root) - print(rel_root) f = open(path, 'rt') content = f.read()