Drop print around unshown fsp updates

win_fixes
Tyler Goodlet 2021-11-05 15:48:03 -04:00
parent 30dfb8f03d
commit 0d17f4ff4c
1 changed files with 0 additions and 3 deletions

View File

@ -800,14 +800,11 @@ async def update_chart_from_fsp(
profiler.finish()
# update chart graphics
i = 0
last = time.time()
async for value in stream:
# chart isn't actively shown so just skip render cycle
if chart.linked.isHidden():
print(f'{i} unseen fsp cyclce')
i += 1
continue
else: