Skip to content

Commit

Permalink
chore: remove debug output. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm authored Aug 14, 2023
2 parents da6bf68 + 7820d50 commit f76b971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nitric/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def run(cls) -> None:
This will execute in an existing event loop if there is one, otherwise it will attempt to create its own.
"""
provider = cls._create_tracer()
print(cls._workers)
try:
try:
loop = asyncio.get_running_loop()
Expand Down

0 comments on commit f76b971

Please sign in to comment.