Disabled timer print-outs by default. Use -DMAPNIK_DEBUG to enable.

This commit is contained in:
Artem Pavlenko 2007-02-06 15:53:32 +00:00
parent 1b84f2d454
commit 32ad956e2e

View file

@ -69,7 +69,9 @@ namespace mapnik
void apply()
{
#ifdef MAPNIK_DEBUG
boost::progress_timer t(std::clog);
#endif
Processor & p = static_cast<Processor&>(*this);
p.start_map_processing(m_);