X Tutup
Skip to content

Commit c63adce

Browse files
committed
Remove debug print.
1 parent 5e223c4 commit c63adce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bpython/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,8 +1123,6 @@ def tab(self):
11231123
otherwise attempt to autocomplete to the best match of possible
11241124
choices in the match list."""
11251125

1126-
print >> sys.__stderr__, 'lala:', repr(self.current_string())
1127-
11281126
if self.atbol():
11291127
x_pos = len(self.s) - self.cpos
11301128
num_spaces = x_pos % OPTS.tab_length

0 commit comments

Comments
 (0)
X Tutup