git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47462 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -178,7 +178,6 @@ int parse_sql_update(const char *sql, char **table, column_info **cols, int *nco
c = G_malloc(n + 1);
strncpy(c, p, n);
c[n] = '\0';
- G_debug(0, "%s", w);
token = G_tokenize(c, ",");
*ncols = G_number_of_tokens(token);