1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-03 13:47:50 -04:00

Remove debug

This commit is contained in:
srcejon 2025-06-10 18:03:00 +01:00
parent 5985a0d2e0
commit e287ac60d5

View File

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