From 64dfa6761e0a0396441a64f4adefab3e16727638 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:05:06 -0500 Subject: [PATCH] fix(text_display): Remove redundant update_display call --- src/text_display.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/text_display.py b/src/text_display.py index 55d9d542..9438a3a6 100644 --- a/src/text_display.py +++ b/src/text_display.py @@ -152,9 +152,6 @@ class TextDisplay: ) # No need to call update_display here, controller should handle it after calling display - # Add the call to update the display here - self.display_manager.update_display() - # Reset scroll position for next time if not scrolling # self.last_update_time = time.time() # Reset time tracking if static