Skip to content

Commit f42a0c1

Browse files
authored
Apply suggestion from @weinbe58
1 parent cbae0c1 commit f42a0c1

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
@@ -25,6 +25,5 @@ def run_pass(method: ir.Method, *, fold=True, typeinfer=True):
2525
if typeinfer:
2626
typeinfer_pass(method) # fix types after desugaring
2727
method.verify_type()
28-
# method.print()
2928

3029
return run_pass

0 commit comments

Comments
 (0)