diff --git a/tests/python/relay/test_ir_text_printer.py b/tests/python/relay/test_ir_text_printer.py index b4d02e4815fb..af3c737fccd6 100644 --- a/tests/python/relay/test_ir_text_printer.py +++ b/tests/python/relay/test_ir_text_printer.py @@ -31,7 +31,6 @@ def astext(program, unify_free_vars=False): text = program.astext() - print(text) if isinstance(program, Expr): roundtrip_program = tvm.parser.parse_expr(text) else: