mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33: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()
|
||||
{
|
||||
QByteArray output = generator.toByteArray();
|
||||
qDebug(" --------");
|
||||
/*qDebug(" --------");
|
||||
qDebug("|RESPONSE|");
|
||||
qDebug(" --------");
|
||||
qDebug()<<output;
|
||||
qDebug()<<output;*/
|
||||
socket->write(output);
|
||||
socket->disconnectFromHost();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue