1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Removed accidentally left debug output

This commit is contained in:
Martin Tůma 2024-11-19 19:08:41 +01:00
parent 62651666e1
commit e8c8b86b81

View File

@ -418,7 +418,6 @@ void RasterTile::drawPaths(QPainter *painter, const QList<MapData::Path> &paths,
hillShadingInstructions(instructions); hillShadingInstructions(instructions);
std::sort(instructions.begin(), instructions.end()); std::sort(instructions.begin(), instructions.end());
qDebug() << instructions.size();
for (int i = 0; i < instructions.size(); i++) { for (int i = 0; i < instructions.size(); i++) {
const RenderInstruction &is = instructions.at(i); const RenderInstruction &is = instructions.at(i);
PainterPath *path = is.path(); PainterPath *path = is.path();