From f352abc98982f56566cc60c3ba97626883c80b5e Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Fri, 15 Jun 2012 18:59:28 +0000 Subject: [PATCH] Remove debug --- http/httpsocket.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/http/httpsocket.cpp b/http/httpsocket.cpp index 0965c34d7..0361d97e7 100644 --- a/http/httpsocket.cpp +++ b/http/httpsocket.cpp @@ -28,7 +28,6 @@ #include #include #include -#include // static int level(const QString &s) // { @@ -83,7 +82,6 @@ HttpSocket::HttpSocket(const QString &addr, quint16 p) } } listen(a.isNull() ? QHostAddress::LocalHost : a, p); - qWarning() << address(); } void HttpSocket::terminate()