mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 13:47:50 -04:00
Remove debug
This commit is contained in:
parent
5985a0d2e0
commit
e287ac60d5
@ -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")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user