From a8298b6c9a52fbf26bb9c31b6f770e3e1c80b1ed Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 8 Jul 2008 11:17:23 +0000 Subject: [PATCH] - Removed some heavy debug --- src/httpconnection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/httpconnection.cpp b/src/httpconnection.cpp index 70431ecd4..4f9537a6f 100644 --- a/src/httpconnection.cpp +++ b/src/httpconnection.cpp @@ -64,10 +64,10 @@ void HttpConnection::read() void HttpConnection::write() { QByteArray output = generator.toByteArray(); - qDebug(" --------"); + /*qDebug(" --------"); qDebug("|RESPONSE|"); qDebug(" --------"); - qDebug()<write(output); socket->disconnectFromHost(); }