Skip to content

Commit 85d7e40

Browse files
committed
deleted a vestigial print statement
1 parent a39f65e commit 85d7e40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labthings/core/tasks/thread.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,4 @@ def emit(self, record):
251251
# FIXME: make sure this doesn't become a memory disaster!
252252
# We probably need to check the size of the list...
253253
# 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}")
254+
# (this is why I don't dump the whole logrecord)

0 commit comments

Comments
 (0)