From: Eugene Petkevich Date: Sun, 1 Aug 2021 14:30:20 +0000 (+0300) Subject: Remove debugging message X-Git-Tag: v0.0.2~1 X-Git-Url: https://git.zuelum.org/?a=commitdiff_plain;h=cbd20fc3954d22e54f93a50d808be5636c26cc9e;p=word-id-generator.git Remove debugging message --- diff --git a/wordidgen/wordidgen.py b/wordidgen/wordidgen.py index e3428c2..4d228b7 100755 --- a/wordidgen/wordidgen.py +++ b/wordidgen/wordidgen.py @@ -80,7 +80,6 @@ def main(): config_name = 'ба' + str(args.length) + '.txt' config_path = os.path.join(os.path.expanduser("~"), '.config', CONFIG_FOLDER, config_name) - print(config_path) os.makedirs(os.path.dirname(config_path), exist_ok=True) generated_words = [] if args.save: