removed debug output from mysqlConn.c
[NeonServV5.git] / 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");