Remove debugging message
authorEugene Petkevich <nasedil.genio.code@gmail.com>
Sun, 1 Aug 2021 14:30:20 +0000 (17:30 +0300)
committerEugene Petkevich <nasedil.genio.code@gmail.com>
Sun, 1 Aug 2021 14:30:20 +0000 (17:30 +0300)
wordidgen/wordidgen.py

index e3428c2..4d228b7 100755 (executable)
@@ -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: