Skip to content

Commit

Permalink
Remove print statement (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Feb 19, 2024
1 parent 56a499b commit 284d028
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 284d028

Please sign in to comment.