From 5df43d3fb5eaae74ee1f03cefe53494abe6864ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 11 Feb 2025 08:25:25 +0100 Subject: [PATCH] Removed forgotten debug stuff --- src/map/ENC/rastertile.cpp | 1 - 1 file changed, 1 deletion(-) 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)