Skip to content

Commit 15366cb

Browse files
authored
Update groups.py
1 parent 7c53555 commit 15366cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bloqade/squin/groups.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ def run_pass(method: ir.Method, *, fold=True, typeinfer=True):
2828
if typeinfer:
2929
typeinfer_pass(method) # fix types after desugaring
3030
method.verify_type()
31-
# method.print()
3231

3332
return run_pass

0 commit comments

Comments
 (0)