Skip to content

Commit

Permalink
refactor: remove debug log for display update in simulation view
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Nov 27, 2024
1 parent 0a943ed commit e61aba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robot_sf/render/sim_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def render(self, state: VisualizableSimState):
else:
# Normal display update
pygame.display.update()
logger.debug("Updated display. Not recording a video.")

@property
def _timestep_text_pos(self) -> Vec2D:
Expand Down

0 comments on commit e61aba9

Please sign in to comment.