Skip to content

Commit f76b971

Browse files
authored
chore: remove debug output. (#125)
2 parents da6bf68 + 7820d50 commit f76b971

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nitric/application.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def run(cls) -> None:
9696
This will execute in an existing event loop if there is one, otherwise it will attempt to create its own.
9797
"""
9898
provider = cls._create_tracer()
99-
print(cls._workers)
10099
try:
101100
try:
102101
loop = asyncio.get_running_loop()

0 commit comments

Comments
 (0)