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.
2 parents da6bf68 + 7820d50 commit f76b971Copy full SHA for f76b971
1 file changed
nitric/application.py
@@ -96,7 +96,6 @@ def run(cls) -> None:
96
This will execute in an existing event loop if there is one, otherwise it will attempt to create its own.
97
"""
98
provider = cls._create_tracer()
99
- print(cls._workers)
100
try:
101
102
loop = asyncio.get_running_loop()
0 commit comments