summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--israwhidebroken/controllers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/israwhidebroken/controllers.py b/israwhidebroken/controllers.py
index b93976e..f496197 100644
--- a/israwhidebroken/controllers.py
+++ b/israwhidebroken/controllers.py
@@ -37,7 +37,6 @@ class Root(controllers.RootController):
if field != 'arch':
val = to_int(val)
qlist.append('%s == %s' % (field, Tree.sqlrepr(val)))
- print qlist
return Tree.select(' AND '.join(qlist))
# JSON RPC calls