From 84ec8951503d55b0d49c47ea2df303a243ac704e Mon Sep 17 00:00:00 2001 From: goodboy Date: Wed, 12 Aug 2026 12:51:43 -0400 Subject: [PATCH] Drop resolved channel log-guard TODO Remove the stale `Channel.from_addr()` design note now that its `at_least_level()` guard avoids inactive pretty-rendering work. (this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`)) --- tractor/ipc/_chan.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tractor/ipc/_chan.py b/tractor/ipc/_chan.py index 0bae7e26..a2450585 100644 --- a/tractor/ipc/_chan.py +++ b/tractor/ipc/_chan.py @@ -198,9 +198,6 @@ class Channel: # assert transport.raddr == addr chan = Channel(transport=transport) - # ?TODO, compact this into adapter level-methods? - # -[ ] would avoid extra repr-calcs if level not active? - # |_ how would the `calc_if_level` look though? func? if log.at_least_level('runtime'): from tractor.devx import ( pformat as _pformat,