Disabled timer print-outs by default. Use -DMAPNIK_DEBUG to enable.
This commit is contained in:
parent
1b84f2d454
commit
32ad956e2e
1 changed files with 153 additions and 151 deletions
|
@ -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_);
|
||||
|
||||
|
|
Loading…
Reference in a new issue