-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
We have a verbose property in the generators, that only controls a single print statement.
I think we shouldn't have print statements in the code, so we have two options:
- remove the
verboseargument and property from the generators and remove the print statement - use the python logging library (this would also mean verbosity will be set by the logger configuration)
Since we only have a single print statement at the moment I am in favor of option 1.
Metadata
Metadata
Assignees
Labels
RefactoringCode-Refactoring needed hereCode-Refactoring needed here