From 747c555ae679ce2f183b2dee4c6e0569e079aeb0 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Fri, 9 May 2008 14:56:15 +0300 Subject: [PATCH] db: - Remove debug output --- src/db.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/db.c b/src/db.c index 94800e6..4b9cece 100644 --- a/src/db.c +++ b/src/db.c @@ -38,7 +38,6 @@ const char **d; d=sql; while (*d!=NULL) { - g_debug("[%s]", *d); if (db_exec_sql(db, *d)==FALSE) r=FALSE; d++; -- 2.39.5