From 57b3ba642264b2a5233c8f9db71868c62b71f960 Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 18 Feb 2015 00:33:30 +0100 Subject: [PATCH] removed unnecessary qDebug --- tinytinyrss.cpp | 1 - 1 file changed, 1 deletion(-) 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. }); }