Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Feb 19, 2024
1 parent 94c707d commit 5302bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ants/core/ants_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ def unique(self, sort=False):

## OVERLOADED OPERATORS ##
def __add__(self, other):
print(other)
this_array = self.numpy()

if isinstance(other, ANTsImage):
Expand Down

0 comments on commit 5302bdf

Please sign in to comment.