Skip to content

Commit eb23812

Browse files
committed
remove debug statement
1 parent 256b586 commit eb23812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_console/tests/test_console.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
def test_console_starts():
2222
"""test that `jupyter console` starts a terminal"""
2323
p, pexpect, t = start_console()
24-
import pdb; pdb.set_trace()
2524
p.sendline("5")
2625
p.expect([r"Out\[\d+\]: 5", pexpect.EOF], timeout=t)
2726
p.expect([r"In \[\d+\]", pexpect.EOF], timeout=t)

0 commit comments

Comments
 (0)