Skip to content

Commit 11fbd16

Browse files
authored
Don't enumerate threads in debug message. (#79)
1 parent b323b2d commit 11fbd16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instana/fsm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def schedule_retry(self, fun, e, name):
187187
self.timer.daemon = True
188188
self.timer.name = name
189189
self.timer.start()
190-
log.debug('Threadlist: ', str(t.enumerate()))
191190

192191
def test_agent(self, e):
193192
log.debug("testing communication with the agent")

0 commit comments

Comments
 (0)