From cd9bdc5c9d42da8a3b949223d40341a0d54e72b4 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 4 Jun 2010 01:48:03 +0200 Subject: [PATCH] remove unnecessary print --- apps/catalogue/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index 7f37ccbc2..b3541a869 100644 --- a/apps/catalogue/views.py +++ b/apps/catalogue/views.py @@ -244,7 +244,6 @@ def _word_starts_with(name, prefix): # can't use [[:<:]] (word start), # but we want both `xy` and `(xy` to catch `(xyz)` kwargs['%s__iregex' % name] = u"(^|[^[:alnum:]_])%s" % prefix - print kwargs['%s__iregex' % name] return Q(**kwargs) -- 2.20.1