Skip to content

Commit 71fabaa

Browse files
committed
removing print
1 parent c8a3250 commit 71fabaa

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
@@ -52,7 +52,6 @@ def unsafe_run(self, mt: ir.Method):
5252
.join(result)
5353
)
5454
frame, _ = self.address_analysis.run_analysis(mt, no_raise=self.no_raise)
55-
mt.print(analysis=frame.entries)
5655
result = (
5756
Walk(
5857
NoiseRewriteRule(

0 commit comments

Comments
 (0)