diff --git a/piker/fsp/_engine.py b/piker/fsp/_engine.py index eb5eaff4..5d389e29 100644 --- a/piker/fsp/_engine.py +++ b/piker/fsp/_engine.py @@ -439,7 +439,7 @@ async def cascade( profiler.finish() async for i in istream: - # log.runtime(f'FSP incrementing {i}') + # print(f'FSP incrementing {i}') # respawn the compute task if the source # array has been updated such that we compute