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:
parent
296a11e05f
commit
238c84b54e
@ -225,7 +225,7 @@ TtRssGetHeadlinesResponse TtRssNetworkFactory::getHeadlines(int feed_id, int lim
|
||||
result = TtRssGetHeadlinesResponse(QString::fromUtf8(result_raw));
|
||||
}
|
||||
|
||||
IOFactory::writeFile("aaa", result_raw);
|
||||
//IOFactory::writeFile("aaa", result_raw);
|
||||
|
||||
if (network_reply.first != QNetworkReply::NoError) {
|
||||
qWarning("TT-RSS: getHeadlines failed with error %d.", network_reply.first);
|
||||
|
Loading…
x
Reference in New Issue
Block a user