Remove debug output

This commit is contained in:
Daniel Molkentin
2009-05-28 16:49:35 +02:00
parent 32557b0b39
commit 38b4845fbc

View File

@@ -125,7 +125,7 @@ void RSSFetcher::fetch(const QUrl &url)
.arg(getOsString()).arg(QLocale::system().name()) .arg(getOsString()).arg(QLocale::system().name())
.arg(QSysInfo::WordSize); .arg(QSysInfo::WordSize);
QHttpRequestHeader header("GET", url.path()); QHttpRequestHeader header("GET", url.path());
qDebug() << agentStr; //qDebug() << agentStr;
header.setValue("User-Agent", agentStr); header.setValue("User-Agent", agentStr);
header.setValue("Host", url.host()); header.setValue("Host", url.host());
m_connectionId = m_http.request(header); m_connectionId = m_http.request(header);