1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-12 14:20:48 +01:00

Removed forgotten debug stuff

This commit is contained in:
Martin Tůma 2025-02-11 08:25:25 +01:00
parent ac41483530
commit 5df43d3fb5

View File

@ -282,7 +282,6 @@ void RasterTile::processPoints(QList<MapData::Point> &points,
attr.value(LITVIS).toUInt(), range, attr.value(LITVIS).toUInt(), range,
attr.value(SECTR1).toDouble(), attr.value(SECTR2).toDouble())); attr.value(SECTR1).toDouble(), attr.value(SECTR2).toDouble()));
slMap.insert(point.pos()); slMap.insert(point.pos());
qDebug() << attr;
} else } else
lightsMap.insert(point.pos(), color); lightsMap.insert(point.pos(), color);
} else if (point.type()>>16 == FOGSIG) } else if (point.type()>>16 == FOGSIG)