Index: /trunk/glueforge/templates/psdb/createtable_c.tt
===================================================================
--- /trunk/glueforge/templates/psdb/createtable_c.tt	(revision 4015)
+++ /trunk/glueforge/templates/psdb/createtable_c.tt	(revision 4016)
@@ -11,7 +11,4 @@
     }
 
-    // stop the useless psListAdd messages
-    psLogSetLevel(1);
-
     if(![% namespace %]CreateTable(dbh)) {
         exit(EXIT_FAILURE);
Index: /trunk/glueforge/templates/psdb/dbsetup_c.tt
===================================================================
--- /trunk/glueforge/templates/psdb/dbsetup_c.tt	(revision 4015)
+++ /trunk/glueforge/templates/psdb/dbsetup_c.tt	(revision 4016)
@@ -11,7 +11,4 @@
     }
 
-    // stop the useless psListAdd messages
-    psLogSetLevel(1);
-
     // remove the table if it already exists
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS [% table_name %]");
