forked from qt-creator/qt-creator
Remove debug output
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user