[packagekit] packagekit: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Mon Sep 17 15:12:32 PDT 2007
src/pk-transaction-db.c | 6 ------
1 file changed, 6 deletions(-)
New commits:
diff-tree 487bc629e85b556d3dbd74f6f2a48a5c773197d1 (from 4294e329cc299de63c2bcbcc34393b86e533543b)
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Sep 17 23:12:21 2007 +0100
don't show the database at startup
diff --git a/src/pk-transaction-db.c b/src/pk-transaction-db.c
index 569bcd0..11002fd 100644
--- a/src/pk-transaction-db.c
+++ b/src/pk-transaction-db.c
@@ -316,12 +316,6 @@ pk_transaction_db_init (PkTransactionDb
/* add extra tables */
statement = "ALTER table transactions ADD timespec TEXT;";
sqlite3_exec (tdb->priv->db, statement, NULL, 0, NULL);
-
- /* ick */
- pk_transaction_db_print (tdb);
-
- statement = "SELECT time date FROM transactions WHERE transaction_id = \"13;acaef\"";
- pk_transaction_db_sql_statement (tdb, statement);
}
/**
More information about the PackageKit
mailing list