Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Feb 19, 2024
1 parent b15d8d3 commit 12820e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ufl/sobolevspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def __repr__(self):

def __eq__(self, other):
"""Check equality."""
print("XXXXX")
return isinstance(other, SobolevSpace) and self.name == other.name

def __ne__(self, other):
Expand Down

0 comments on commit 12820e4

Please sign in to comment.