small fix
authorJordan Augé <jordan.auge@lip6.fr>
Wed, 15 May 2013 13:23:03 +0000 (15:23 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Wed, 15 May 2013 13:23:03 +0000 (15:23 +0200)
manifold/core/query.py

index f2ac9d9..e3118e0 100644 (file)
@@ -167,7 +167,6 @@ class Query(object):
         return (self.action, self.object, self.filters, frozendict(self.params), frozenset(self.fields))
 
     def __hash__(self):
-        print "HASH", self.__key()
         return hash(self.__key())
 
     #---------------------------------------------------------------------------