mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 12:28:03 +00:00
Remove unneeded debug output
This commit is contained in:
parent
92bbf27f72
commit
7f3551070e
@ -302,7 +302,6 @@ void read_json(FILE *f, const char *fname, const char *layername, int maxzoom, i
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
int geomfd = mkstemp(geomname);
|
||||
printf("%s\n", geomname);
|
||||
if (geomfd < 0) {
|
||||
perror(geomname);
|
||||
exit(EXIT_FAILURE);
|
||||
@ -522,8 +521,6 @@ void read_json(FILE *f, const char *fname, const char *layername, int maxzoom, i
|
||||
fclose(metafile);
|
||||
fclose(geomfile);
|
||||
|
||||
printf("bbox: %x %x %x %x\n", file_bbox[0], file_bbox[1], file_bbox[2], file_bbox[3]);
|
||||
|
||||
struct stat geomst;
|
||||
struct stat metast;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user