Skip to content

Commit 1c38048

Browse files
committed
woops, get rid of stray print
1 parent 0aeae16 commit 1c38048

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

effect/test_fold.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def test_sequence():
7070
])
7171
eff = sequence(effs)
7272

73-
print "what the heck is sequence returning?", eff
7473
with dispatcher.consume():
7574
result = sync_perform(_disp(dispatcher), eff)
7675
assert result == ['Ei', 'Bee', 'Cee']

0 commit comments

Comments
 (0)