]> git.parisson.com Git - docker-django-scripts.git/commitdiff
cleanup print
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 29 Oct 2021 14:28:26 +0000 (16:28 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 29 Oct 2021 14:28:26 +0000 (16:28 +0200)
misc/statifier.py

index b2cfe9bbd7d9b2ed43570131c4fcefd47940d673..641cd05747abcddd76a9ae83b440da3cfb7c108e 100644 (file)
@@ -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()