From: Kaj-Michael Lang Date: Fri, 9 May 2008 11:56:15 +0000 (+0300) Subject: db: X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747c555ae679ce2f183b2dee4c6e0569e079aeb0;p=mapper db: - Remove debug output --- 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++;