mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
Merge pull request #118 from euberdeveloper/patch-1
fix(default_values.py): remove debug print
This commit is contained in:
commit
ffddf9d800
1 changed files with 0 additions and 2 deletions
|
@ -115,5 +115,3 @@ _default_options_objects = [
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_ARGUMENTS = { obj['name']:_get_value(**obj) for obj in _default_options_objects}
|
DEFAULT_ARGUMENTS = { obj['name']:_get_value(**obj) for obj in _default_options_objects}
|
||||||
|
|
||||||
print(DEFAULT_ARGUMENTS)
|
|
Loading…
Reference in a new issue