From 82999801a6824c5aeee8f67b852dc48fc8141f81 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 2 Aug 2021 16:35:26 -0400 Subject: [PATCH] Drop leftover noisy exception logging.. --- tractor/_trionics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tractor/_trionics.py b/tractor/_trionics.py index 2eb64d1..5b58511 100644 --- a/tractor/_trionics.py +++ b/tractor/_trionics.py @@ -281,7 +281,6 @@ async def _open_and_supervise_one_cancels_all_nursery( # Instead try to wait for pdb to be released before # tearing down. if is_root_process(): - log.exception(f"we're root with {err}") # TODO: could this make things more deterministic? # wait to see if a sub-actor task will be