We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6d664 commit 6b4c0f4Copy full SHA for 6b4c0f4
1 file changed
translate-messages/src/translate_messages/lib/settings.py
@@ -62,7 +62,6 @@ def load(cli, caller_file):
62
if path.exists(cli.config_filepath):
63
cli.config = data.sns.from_dict(data.json.read(cli.config_filepath))
64
cli.config_filename = filename
65
- print(cli.config) ; exit()
66
break
67
68
# Parse CLI args
0 commit comments