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") {