Skip to content

Commit a8123aa

Browse files
Removed a leftover debugging print statement
1 parent d1b3bbf commit a8123aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,6 @@ def only_whitespace_left_of_cursor():
903903
if "from" in line and "import" in line:
904904
# returns <module> name if the line contains: "from <module> import"
905905
module_name = from_import_tab(self.current_line)
906-
print(module_name)
907906
if module_name:
908907
if module_name not in sys.modules:
909908
self.status_bar.push_permanent_message(

0 commit comments

Comments
 (0)