Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 27, 2024
1 parent 09bb7c5 commit 558395a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions symfem/elements/bubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def __init__(self, reference: Reference, order: int, variant: str = "equispaced"
for f in basis:
bubble *= f

print(bubble)

if reference.name in ["interval", "quadrilateral", "hexahedron"]:
o = order - 2
elif reference.name == "triangle":
Expand Down

0 comments on commit 558395a

Please sign in to comment.