removed unnecessary qDebug

This commit is contained in:
Jeena 2015-02-18 00:33:30 +01:00
parent b434594d3a
commit 57b3ba6422

View file

@ -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.
}); });
} }