From cbd20fc3954d22e54f93a50d808be5636c26cc9e Mon Sep 17 00:00:00 2001 From: Eugene Petkevich Date: Sun, 1 Aug 2021 17:30:20 +0300 Subject: [PATCH] Remove debugging message --- wordidgen/wordidgen.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.17.1