mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 01:58:43 +08:00
Remove print statement
This commit is contained in:
@@ -311,7 +311,6 @@ class _RegionProperties(object):
|
||||
if value is not None:
|
||||
return value
|
||||
else: # backwards compatability
|
||||
print PROPS[key]
|
||||
return getattr(self, PROPS[key])
|
||||
|
||||
def __eq__(self, other):
|
||||
|
||||
Reference in New Issue
Block a user