Drop `.to_asyncio`s usage-of-`greenback`-reporting to `log.devx()`

Tyler Goodlet 2025-06-11 19:57:19 -04:00
parent 304117b4e1
commit b3635aaf6d
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def _run_asyncio_task(
raise_not_found=False,
))
):
log.info(
log.devx(
f'Bestowing `greenback` portal for `asyncio`-task\n'
f'{task}\n'
)