# HG changeset patch # User drewp@bigasterisk.com # Date 2023-05-23 22:52:26 # Node ID 436a1fdbfe4a41f55ee90647f96a97bb76534838 # Parent e22c7d15a5044584badbcf2ec000ccb38a249403 comment diff --git a/lib/background_loop.py b/lib/background_loop.py --- a/lib/background_loop.py +++ b/lib/background_loop.py @@ -111,6 +111,7 @@ class Loop: return result def _updateFps(self, now: float): + # not sure i even want this- it's redundant with some metrics code if self.fps is None: return if now < self.lastFpsLog + 5: