1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-10-02 17:40:14 +02:00

fix(default_values.py): remove debug print

This commit is contained in:
euberdeveloper 2021-07-25 23:31:05 +02:00 committed by GitHub
parent 111258eec5
commit 1b87edfaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)