diff --git a/piker/brokers/kraken/broker.py b/piker/brokers/kraken/broker.py index 935459cc..58cc1464 100644 --- a/piker/brokers/kraken/broker.py +++ b/piker/brokers/kraken/broker.py @@ -69,7 +69,6 @@ from .api import ( get_client, ) from .feed import ( - get_console_log, open_autorecon_ws, NoBsWs, stream_messages, @@ -425,9 +424,6 @@ async def trades_dialogue( ) -> AsyncIterator[dict[str, Any]]: - # XXX: required to propagate ``tractor`` loglevel to ``piker`` logging - get_console_log(loglevel or tractor.current_actor().loglevel) - async with get_client() as client: if not client._api_key: