Moritz Schmidt 9 жил өмнө
parent
commit
0cf4520766

+ 1 - 3
databaseutils.go

@@ -215,9 +215,7 @@ func (dbUtil DBUtils) InsertRow(what string, colsVals [][]string) error {
   }
   }
 
 
   query += vals + ");"
   query += vals + ");"
-
-  fmt.Println(query)
-
+  
   _, err := dbUtil.Handle.Query(query) // execute query
   _, err := dbUtil.Handle.Query(query) // execute query
   if err != nil { // check if everything went well
   if err != nil { // check if everything went well
   	fmt.Printf("QUERY AYY: %#v\n", err.Error())
   	fmt.Printf("QUERY AYY: %#v\n", err.Error())