Skip to content

Commit 6b4c0f4

Browse files
committed
Deleted test print/exit
1 parent fe6d664 commit 6b4c0f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • translate-messages/src/translate_messages/lib

translate-messages/src/translate_messages/lib/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def load(cli, caller_file):
6262
if path.exists(cli.config_filepath):
6363
cli.config = data.sns.from_dict(data.json.read(cli.config_filepath))
6464
cli.config_filename = filename
65-
print(cli.config) ; exit()
6665
break
6766

6867
# Parse CLI args

0 commit comments

Comments
 (0)