From 470c0e2b5ca62a00dfa95e5e8c0254792a52594a Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Mon, 19 Sep 2016 16:36:38 -0700 Subject: [PATCH] Remove debug output --- tile-join.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tile-join.cpp b/tile-join.cpp index bf96a6f..9360514 100644 --- a/tile-join.cpp +++ b/tile-join.cpp @@ -562,12 +562,6 @@ int main(int argc, char **argv) { decode(readers, csv, file_keys, layernames, &nlayers, outdb, &st, header, mapping, exclude, ifmatched, attribution); - { - for (struct reader *r = readers; r != NULL; r = r->next) { - printf("%lld/%lld/%lld\n", r->zoom, r->x, r->y); - } - } - std::map layermap; for (i = 0; i < nlayers; i++) { layermap.insert(std::pair(layernames[i], layermap_entry(layermap.size())));