Skip to content

Commit 32cc734

Browse files
committed
remove lingering print
1 parent a1b0da0 commit 32cc734

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bloqade/squin/analysis/shape/analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class ShapeAnalysis(Forward[Shape]):
1717

1818
def initialize(self):
1919
super().initialize()
20-
print(self.registry.statements)
2120
return self
2221

2322
# Take a page from const prop in Kirin,

0 commit comments

Comments
 (0)