Skip to content

Commit

Permalink
Remove print call from OptionList (Textualize#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns authored Jul 15, 2023
1 parent 47c7bbb commit 7cd07bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/textual/widgets/_option_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ def _on_mouse_move(self, event: MouseMove) -> None:
Args:
event: The mouse movement event.
"""
print(event, event.style.meta)
self._mouse_hovering_over = event.style.meta.get("option")

def _on_leave(self, _: Leave) -> None:
Expand Down

0 comments on commit 7cd07bc

Please sign in to comment.