# HG changeset patch # User drewp@bigasterisk.com # Date 1684882346 25200 # Node ID 436a1fdbfe4a41f55ee90647f96a97bb76534838 # Parent e22c7d15a5044584badbcf2ec000ccb38a249403 comment diff -r e22c7d15a504 -r 436a1fdbfe4a lib/background_loop.py --- a/lib/background_loop.py Tue May 23 14:44:54 2023 -0700 +++ b/lib/background_loop.py Tue May 23 15:52:26 2023 -0700 @@ -111,6 +111,7 @@ 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: