Skip to content

Commit 1d22675

Browse files
Removed a leftover debugging print statement
1 parent e8f6365 commit 1d22675

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
@@ -912,7 +912,6 @@ def only_whitespace_left_of_cursor():
912912
if "from" in line and "import" in line:
913913
# returns <module> name if the line contains: "from <module> import"
914914
module_name = from_import_tab(self.current_line)
915-
print(module_name)
916915
if module_name:
917916
if module_name not in sys.modules:
918917
self.status_bar.push_permanent_message(

0 commit comments

Comments
 (0)