Skip to content

Commit 7c53555

Browse files
committed
removing print
1 parent ba8acdc commit 7c53555

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bloqade/cirq_utils/emit/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def main():
150150
mt_ = ir.Method(None, None, sym_name, [], mt.dialects, new_func)
151151

152152
AggressiveUnroll(mt_.dialects).fixpoint(mt_)
153-
mt_.print(hint="const")
154153
return emitter.run(mt_, args=())
155154

156155

0 commit comments

Comments
 (0)