summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-09-23 16:54:56 -0400
committerWill Woods <wwoods@redhat.com>2009-09-23 16:54:56 -0400
commitc36b317e4e84b1f6970b54d68714756f0e9d08b7 (patch)
treeb6b8ed33156e0f8ab86909e7ae8b50cb4298d6c3
parentc992f30fcaf9e2184792e55d3cccc64cd31b0716 (diff)
downloadisrawhidebroken-c36b317e4e84b1f6970b54d68714756f0e9d08b7.tar.gz
israwhidebroken-c36b317e4e84b1f6970b54d68714756f0e9d08b7.tar.xz
israwhidebroken-c36b317e4e84b1f6970b54d68714756f0e9d08b7.zip
Remove debugging print statement
-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