Skip to content

Commit cc2b39c

Browse files
committed
remove debug print
1 parent ee1bfb2 commit cc2b39c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def bar():
220220
return bar
221221

222222
foobar_str = marshal.dumps(foo().__code__)
223-
print(foobar_str)
224223
foobar_code = marshal.loads(foobar_str)
225224
assert_raises(TypeError, exec, foobar_code)
226225

0 commit comments

Comments
 (0)