diff --git a/tinytinyrss.cpp b/tinytinyrss.cpp index db4cca7..a15aa62 100644 --- a/tinytinyrss.cpp +++ b/tinytinyrss.cpp @@ -101,7 +101,6 @@ void TinyTinyRSS::onPostReadChanged(bool r) Post *post = (Post *)sender(); updateArticle(post->id(), 2, !r, [post] (const QJsonObject &json) { - qDebug() << json; // not doing anything with this yet. }); }