mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Removed some heavy debug
This commit is contained in:
parent
b5928aa2e3
commit
a8298b6c9a
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ void HttpConnection::read()
|
||||||
void HttpConnection::write()
|
void HttpConnection::write()
|
||||||
{
|
{
|
||||||
QByteArray output = generator.toByteArray();
|
QByteArray output = generator.toByteArray();
|
||||||
qDebug(" --------");
|
/*qDebug(" --------");
|
||||||
qDebug("|RESPONSE|");
|
qDebug("|RESPONSE|");
|
||||||
qDebug(" --------");
|
qDebug(" --------");
|
||||||
qDebug()<<output;
|
qDebug()<<output;*/
|
||||||
socket->write(output);
|
socket->write(output);
|
||||||
socket->disconnectFromHost();
|
socket->disconnectFromHost();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue