From: Mark Hymers Date: Sat, 14 Mar 2009 11:55:27 +0000 (+0000) Subject: remove debugging info X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a8fead1c5a9080ee18bc2438a740a81f721de046;p=dak.git remove debugging info Signed-off-by: Mark Hymers --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 146e8c30..34ec55fd 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -334,8 +334,6 @@ class DBConn(Singleton): elif type(suite) == int: suite_id = suite - print suite_id - return self.__get_single_row("SELECT * FROM suite WHERE id = %(id)s", {'id': suite_id})