From b232126e505bd46b29c0e291f99d7dc8b3a0edb7 Mon Sep 17 00:00:00 2001
From: Aurelien Foret <aurelien@archlinux.org>
Date: Wed, 23 Mar 2005 19:06:44 +0000
Subject: removed leftover debug printf

---
 lib/libalpm/alpm.c | 2 --
 1 file changed, 2 deletions(-)

(limited to 'lib/libalpm')

diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c
index d661698a..0bfdfcf5 100644
--- a/lib/libalpm/alpm.c
+++ b/lib/libalpm/alpm.c
@@ -213,7 +213,6 @@ int alpm_db_getlastupdate(PM_DB *db, char *ts)
 	ASSERT(ts != NULL, RET_ERR(PM_ERR_WRONG_ARGS, -1));
 
 	if(!pm_list_is_ptrin(handle->dbs_sync, db)) {
-		printf("dn not in dbs_sync 1\n");
 		RET_ERR(PM_ERR_DB_NOT_FOUND, -1);
 	}
 
@@ -227,7 +226,6 @@ int alpm_db_update(PM_DB *db, char *archive, char *ts)
 	ASSERT(db != NULL && db != handle->db_local, RET_ERR(PM_ERR_WRONG_ARGS, -1));
 
 	if(!pm_list_is_ptrin(handle->dbs_sync, db)) {
-		printf("db not in dbs_sync 2\n");
 		RET_ERR(PM_ERR_DB_NOT_FOUND, -1);
 	}
 
-- 
cgit v1.2.3-70-g09d2