Remove print statement

This commit is contained in:
Johannes Schönberger
2014-04-12 10:57:03 -04:00
parent 739dca0201
commit 46b2bd5bb1
-1
View File
@@ -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):