Skip to content

Commit

Permalink
remove print statement (FEniCS#258)
Browse files Browse the repository at this point in the history
* remove print

* another one
  • Loading branch information
mscroggs authored Feb 19, 2024
1 parent 284d028 commit 0f2cb21
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 @@ -143,7 +143,6 @@ def __contains__(self, other):

def __eq__(self, other):
"""Check equality."""
print("FFFFFF")
if isinstance(other, DirectionalSobolevSpace):
return self._orders == other._orders
return all(self[i] == other for i in self._spatial_indices)
Expand Down

0 comments on commit 0f2cb21

Please sign in to comment.