Skip to content

Commit 57d6e78

Browse files
remove debugging print
1 parent 41cc56e commit 57d6e78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/test/test_curtsies_repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ def test_module_content_changed(self):
341341
with self.open(fullpath) as f:
342342
f.write('a = 0\n')
343343
self.head(path)
344-
print(sys.path)
345344
self.push('import %s' % (modname))
346345
self.push('a = %s.a' % (modname))
347346
self.assertIn('a', self.repl.interp.locals)

0 commit comments

Comments
 (0)