Skip to content
Snippets Groups Projects
Unverified Commit 1b87edfa authored by euberdeveloper's avatar euberdeveloper Committed by GitHub
Browse files

fix(default_values.py): remove debug print

parent 111258ee
No related branches found
No related tags found
No related merge requests found
......@@ -115,5 +115,3 @@ _default_options_objects = [
DEFAULT_ARGUMENTS = { obj['name']:_get_value(**obj) for obj in _default_options_objects}
print(DEFAULT_ARGUMENTS)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment