Closed lancerinf closed 2 years ago
Hi, and thank you for this project! I love it!
This lonely print statement bugged me a bit, and it is the only print statement in the project, as far as I can tell. It breaks the flow of my logs a little, so I'd like it to become a logger.debug() statement.
print
logger.debug()
@lancerinf thanks!
Hi, and thank you for this project! I love it!
This lonely
print
statement bugged me a bit, and it is the onlyprint
statement in the project, as far as I can tell. It breaks the flow of my logs a little, so I'd like it to become alogger.debug()
statement.