Merge pull request #118 from euberdeveloper/patch-1

fix(default_values.py): remove debug print
This commit is contained in:
Piero Toffanin 2021-07-28 15:02:42 -05:00 committed by GitHub
commit ffddf9d800
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}
print(DEFAULT_ARGUMENTS)