From 099777f84a1e58324888f3bcf5d0105192c97277 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Wed, 3 Sep 2008 20:17:45 +0000 Subject: [PATCH] Remove debug print statement in equery belongs command (Bug #236483) svn path=/; revision=513 --- trunk/src/equery/equery | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index 9e319e9..d5b5945 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -375,7 +375,6 @@ class CmdListBelongs(Command): query[i] = query[i].rstrip('/') q = map(lambda x: ((len(x) and x[0] == "/") and "^" or "/") + re.escape(x) + "$", query) - print q try: q = "|".join(q) rx = re.compile(q) -- 2.26.2