kraken: drop console setup, now done during brokerd init

pre_overruns_ctxcancelled
Tyler Goodlet 2023-04-05 13:08:31 -04:00
parent d4af6589af
commit ba901e6ef5
1 changed files with 0 additions and 4 deletions

View File

@ -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: