removed debug output from mysqlConn.c
authorpk910 <philipp@zoelle1.de>
Sun, 5 Feb 2012 12:14:50 +0000 (13:14 +0100)
committerpk910 <philipp@zoelle1.de>
Sun, 5 Feb 2012 12:14:50 +0000 (13:14 +0100)
src/mysqlConn.c

index 529e8a4347f6ca26a824c4a551be937c2e68ac11..3c2bcbeb3cb9391d85a54212d2b0e255d0d1f3dc 100644 (file)
@@ -114,7 +114,6 @@ void init_mysql(char *host, int port, char *user, char *pass, char *base) {
             version = atoi(row[0]);
         }
     }
-    printf("%d \n", version);
     if(!version) {
         //CREATE DATABASE
         FILE *f = fopen("database.sql", "r");