Skip to content

Commit 40a71a9

Browse files
Remove debug prints
1 parent 10672ec commit 40a71a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cursorless-everywhere-talon/cursorless_everywhere_talon_win.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ class Actions:
2424
def cursorless_everywhere_get_editor_state() -> EditorState:
2525
el = ui.focused_element()
2626

27-
print(el.patterns)
28-
print(el)
29-
3027
if "Text2" not in el.patterns:
3128
raise ValueError("Focused element is not a text element")
3229

0 commit comments

Comments
 (0)