Skip creating info file "aaa"

rssguard writes a file "aaa" with some result values when using the tt-rss service.
Not necessary for productive system.
This commit is contained in:
fanteik 2017-12-13 22:38:35 +01:00
parent 296a11e05f
commit 238c84b54e

View file

@ -225,7 +225,7 @@ TtRssGetHeadlinesResponse TtRssNetworkFactory::getHeadlines(int feed_id, int lim
result = TtRssGetHeadlinesResponse(QString::fromUtf8(result_raw)); result = TtRssGetHeadlinesResponse(QString::fromUtf8(result_raw));
} }
IOFactory::writeFile("aaa", result_raw); //IOFactory::writeFile("aaa", result_raw);
if (network_reply.first != QNetworkReply::NoError) { if (network_reply.first != QNetworkReply::NoError) {
qWarning("TT-RSS: getHeadlines failed with error %d.", network_reply.first); qWarning("TT-RSS: getHeadlines failed with error %d.", network_reply.first);