diff --git a/nitric/application.py b/nitric/application.py index 5a05d06..cee009e 100644 --- a/nitric/application.py +++ b/nitric/application.py @@ -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()