remove uneeded debug statement
This commit is contained in:
parent
4cb7b56f66
commit
95430a3beb
1 changed files with 0 additions and 4 deletions
|
@ -387,10 +387,6 @@ private:
|
|||
|
||||
void push_vertex(vertex2d const& v)
|
||||
{
|
||||
#ifdef MAPNIK_LOG
|
||||
MAPNIK_LOG_DEBUG(ctrans) << "offset_converter: " << v;
|
||||
#endif
|
||||
|
||||
vertices_.push_back(v);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue