mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 06:07:49 -04:00
Remove debug
This commit is contained in:
parent
5985a0d2e0
commit
e287ac60d5
@ -256,7 +256,7 @@ private slots:
|
|||||||
if (socket->canReadLine())
|
if (socket->canReadLine())
|
||||||
{
|
{
|
||||||
QString line = socket->readLine();
|
QString line = socket->readLine();
|
||||||
qDebug() << "HTTP Request: " << line;
|
//qDebug() << "HTTP Request: " << line;
|
||||||
QStringList tokens = QString(line).split(QRegularExpression("[ \r\n][ \r\n]*"));
|
QStringList tokens = QString(line).split(QRegularExpression("[ \r\n][ \r\n]*"));
|
||||||
if (tokens[0] == "GET")
|
if (tokens[0] == "GET")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user