We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2115cd5 commit 9f60c89Copy full SHA for 9f60c89
tractor/_entry.py
@@ -73,8 +73,6 @@ def _trio_main(
73
74
log.info(f"Started new trio process for {actor.uid}")
75
76
- log.info(f"Started new trio process for {actor.uid}")
77
-
78
if actor.loglevel is not None:
79
log.info(
80
f"Setting loglevel for {actor.uid} to {actor.loglevel}")
0 commit comments