Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Jan 7, 2025
1 parent 10672ec commit 40a71a9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ class Actions:
def cursorless_everywhere_get_editor_state() -> EditorState:
el = ui.focused_element()

print(el.patterns)
print(el)

if "Text2" not in el.patterns:
raise ValueError("Focused element is not a text element")

Expand Down

0 comments on commit 40a71a9

Please sign in to comment.