Remove debugging comments from mdb-schema

This commit is contained in:
Evan Miller
2020-08-06 23:18:05 -04:00
parent 2e6e88b96f
commit e7782f7821

View File

@@ -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);