mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Remove debugging comments from mdb-schema
This commit is contained in:
@@ -862,7 +862,6 @@ generate_table_schema(FILE *outfile, MdbCatalogEntry *entry, char *dbnamespace,
|
||||
fputs(", \n", outfile);
|
||||
else
|
||||
fputs("\n", outfile);
|
||||
fprintf(outfile, "# column %s type %d\n", col->name, col->col_type);
|
||||
} /* for */
|
||||
|
||||
fputs(");\n", outfile);
|
||||
|
Reference in New Issue
Block a user