Skip to content

Commit

Permalink
remove debugging raise statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Oct 3, 2023
1 parent 9b13fac commit 4d679f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/get_todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ def handle_escape(
toggle_note_todo(todo)
set_header(stdscr_win[0], "Note" if todo.box_char is None else "Todo")
stdscr_win[0].refresh()
else:
raise ValueError(repr(subch))
return chars, position


Expand Down

0 comments on commit 4d679f9

Please sign in to comment.