diff lib/background_loop.py @ 2218:436a1fdbfe4a

comment
author drewp@bigasterisk.com
date Tue, 23 May 2023 15:52:26 -0700
parents acf1b68d031a
children
line wrap: on
line diff
--- 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: