changing debug output to new descripte configuration class

This commit is contained in:
Dennis Luxen 2011-05-13 14:48:48 +00:00
parent d531c5beb5
commit 0328057a9d

View File

@ -315,7 +315,7 @@ public:
reply.content += "],"; reply.content += "],";
reply.content += "\"transactionId\": \"OSRM Routing Engine JSON Descriptor (beta)\""; reply.content += "\"transactionId\": \"OSRM Routing Engine JSON Descriptor (beta)\"";
reply.content += "}"; reply.content += "}";
//std::cout << "zoom: " << zoom << ", threshold: " << areaThresholds[zoom] << ", painted: " << painted << ", omitted: " << omitted << std::endl; //std::cout << "zoom: " << config.z << ", threshold: " << areaThresholds[config.z] << ", painted: " << painted << ", omitted: " << omitted << std::endl;
} }
}; };
#endif /* JSONDESCRIPTOR_H_ */ #endif /* JSONDESCRIPTOR_H_ */