From a0476a61f0d17a07500b75222bf9115218627658 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 29 Oct 2021 16:28:26 +0200 Subject: [PATCH] cleanup print --- misc/statifier.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.39.5