removed unnecessary qDebug
This commit is contained in:
parent
b434594d3a
commit
57b3ba6422
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ void TinyTinyRSS::onPostReadChanged(bool r)
|
||||||
Post *post = (Post *)sender();
|
Post *post = (Post *)sender();
|
||||||
|
|
||||||
updateArticle(post->id(), 2, !r, [post] (const QJsonObject &json) {
|
updateArticle(post->id(), 2, !r, [post] (const QJsonObject &json) {
|
||||||
qDebug() << json;
|
|
||||||
// not doing anything with this yet.
|
// not doing anything with this yet.
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue