Skip to content

Commit 0f46b3a

Browse files
committed
Remove comments
1 parent 67d2145 commit 0f46b3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/_pyrepl/simple_interact.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ def maybe_run_command(statement: str) -> bool:
158158
input_n += 1
159159
except KeyboardInterrupt:
160160
r = _get_reader()
161-
# r.cmpltn_menu_visible = False
162-
# r.cmpltn_message_visible = False
163-
# r.cmpltn_menu = []
164-
# r.cmpltn_menu_end = 0
165161
r.cmpltn_reset()
166162
if r.input_trans is r.isearch_trans:
167163
r.do_cmd(("isearch-end", [""]))

0 commit comments

Comments
 (0)