changeset 2218:436a1fdbfe4a

comment
author drewp@bigasterisk.com
date Tue, 23 May 2023 15:52:26 -0700
parents e22c7d15a504
children 165fc8ed28ab
files lib/background_loop.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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: