]> git.decadent.org.uk Git - dak.git/commitdiff
remove debugging info
authorMark Hymers <mhy@debian.org>
Sat, 14 Mar 2009 11:55:27 +0000 (11:55 +0000)
committerMark Hymers <mhy@debian.org>
Sat, 14 Mar 2009 11:55:27 +0000 (11:55 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/dbconn.py

index 146e8c30ccbb2f248cc64a242076728433fef027..34ec55fd97aa91b94a5c29587949e07645f37d47 100755 (executable)
@@ -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})