remove debug print statement

This commit is contained in:
Adam Holmberg
2015-03-17 10:57:28 -05:00
parent 50a314da85
commit bde53b908c

View File

@@ -39,7 +39,6 @@ class BaseUserType(object):
self._values[name] = value_mngr
def __eq__(self, other):
print self.__class__, other.__class__
if self.__class__ != other.__class__:
return False