Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
pommee committed Aug 8, 2024
1 parent b282c67 commit 13f6ba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def focus_switched(self, focus: DescendantFocus):
underline.add_class("active-widget")
next_focused_widget = underline
else:
self.log(widget)
pass
next_focused_widget = widget
widget.add_class("active-widget")

Expand Down

0 comments on commit 13f6ba4

Please sign in to comment.