]> err.no Git - mapper/commitdiff
db:
authorKaj-Michael Lang <milang@tal.org>
Fri, 9 May 2008 11:56:15 +0000 (14:56 +0300)
committerKaj-Michael Lang <milang@tal.org>
Fri, 9 May 2008 11:56:15 +0000 (14:56 +0300)
- Remove debug output

src/db.c

index 94800e6fa0afebc57bea75fc50c55cdec85725f6..4b9cece0919eb8c835d2e460bd13b23d2e433e68 100644 (file)
--- 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++;