Skip to content

Commit d43f43e

Browse files
committed
removing print
1 parent 09f47f8 commit d43f43e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bloqade/qasm2/passes/noise.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def __post_init__(self):
3838

3939
def unsafe_run(self, mt: ir.Method):
4040
result = Walk(InsertGetQubit()).rewrite(mt.code)
41-
mt.print()
4241
HintConst(self.dialects).unsafe_run(mt)
4342
frame, _ = self.address_analysis.run_analysis(mt, no_raise=self.no_raise)
4443
result = (

0 commit comments

Comments
 (0)