From 9afd3ad77985920f5cc594500a6a0f42a19eabdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Wed, 15 May 2013 15:23:03 +0200 Subject: [PATCH] small fix --- manifold/core/query.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manifold/core/query.py b/manifold/core/query.py index f2ac9d9d..e3118e0c 100644 --- a/manifold/core/query.py +++ b/manifold/core/query.py @@ -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()) #--------------------------------------------------------------------------- -- 2.43.0