From: Mark Hymers Date: Sat, 14 Mar 2009 11:55:45 +0000 (+0000) Subject: remove debugging info X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c7810cbca9ba2e1c52b953773f4cc10add3895fd;p=dak.git remove debugging info Signed-off-by: Mark Hymers --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 34ec55fd..b4db8190 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -614,7 +614,6 @@ class Suite(object): if suite is not None: db_conn = DBConn() suite_data = db_conn.get_suite(suite) - print suite_data if suite_data is not None: for k in suite_data.keys(): setattr(self, k, suite_data[k])