diff --git a/src/map/mapsforge/rastertile.cpp b/src/map/mapsforge/rastertile.cpp index 70843960..a8483fbd 100644 --- a/src/map/mapsforge/rastertile.cpp +++ b/src/map/mapsforge/rastertile.cpp @@ -418,7 +418,6 @@ void RasterTile::drawPaths(QPainter *painter, const QList &paths, hillShadingInstructions(instructions); std::sort(instructions.begin(), instructions.end()); - qDebug() << instructions.size(); for (int i = 0; i < instructions.size(); i++) { const RenderInstruction &is = instructions.at(i); PainterPath *path = is.path();