Remove debug

This commit is contained in:
craig.p.drummond
2012-06-15 18:59:28 +00:00
committed by craig.p.drummond
parent fc7f4ab98e
commit f352abc989

View File

@@ -28,7 +28,6 @@
#include <QtCore/QTextStream>
#include <QtCore/QFile>
#include <QtCore/QUrl>
#include <QtCore/QDebug>
// 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()