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()