diff --git a/src/map/ENC/rastertile.cpp b/src/map/ENC/rastertile.cpp index fe84dc3c..91bccd5f 100644 --- a/src/map/ENC/rastertile.cpp +++ b/src/map/ENC/rastertile.cpp @@ -282,7 +282,6 @@ void RasterTile::processPoints(QList &points, attr.value(LITVIS).toUInt(), range, attr.value(SECTR1).toDouble(), attr.value(SECTR2).toDouble())); slMap.insert(point.pos()); - qDebug() << attr; } else lightsMap.insert(point.pos(), color); } else if (point.type()>>16 == FOGSIG)