Skip to content

Commit a716da4

Browse files
committed
removing print
1 parent aa20f7d commit a716da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/cirq_utils/lowering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def main():
150150
dialects=dialects,
151151
code=code,
152152
)
153-
mt.print()
153+
154154
assert (run_pass := kernel.run_pass) is not None
155155
run_pass(mt, typeinfer=True)
156156

0 commit comments

Comments
 (0)