Skip to content

Commit 6b51491

Browse files
committed
remove debug print from integration test
1 parent ca74a72 commit 6b51491

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kmir/src/tests/integration/test_integration.py

-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ def test_exec_smir(
195195
with output_kast.open('r') as f:
196196
expected = f.read().rstrip()
197197

198-
print(result)
199-
200198
result_pretty = tools.kprint.kore_to_pretty(result).rstrip()
201199

202200
assert result_pretty == expected

0 commit comments

Comments
 (0)