We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39f65e commit 85d7e40Copy full SHA for 85d7e40
labthings/core/tasks/thread.py
@@ -251,5 +251,4 @@ def emit(self, record):
251
# FIXME: make sure this doesn't become a memory disaster!
252
# We probably need to check the size of the list...
253
# TODO: think about whether any of the keys are security flaws
254
- # (this is why I don't dump the whole logrecord)
255
- print(f"log is now {self.dest}")
+ # (this is why I don't dump the whole logrecord)
0 commit comments