From e287ac60d50391fc9f32e53f4b18017b32f791b8 Mon Sep 17 00:00:00 2001 From: srcejon Date: Tue, 10 Jun 2025 18:03:00 +0100 Subject: [PATCH] Remove debug --- plugins/feature/map/maptileserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/feature/map/maptileserver.h b/plugins/feature/map/maptileserver.h index 865207687..1dd43fbc3 100644 --- a/plugins/feature/map/maptileserver.h +++ b/plugins/feature/map/maptileserver.h @@ -256,7 +256,7 @@ private slots: if (socket->canReadLine()) { QString line = socket->readLine(); - qDebug() << "HTTP Request: " << line; + //qDebug() << "HTTP Request: " << line; QStringList tokens = QString(line).split(QRegularExpression("[ \r\n][ \r\n]*")); if (tokens[0] == "GET") {