Remove debug output
authorMichael Schuster <michael@schuster.ms>
Wed, 15 Jan 2020 17:09:33 +0000 (18:09 +0100)
committerMichael Schuster <michael@schuster.ms>
Wed, 15 Jan 2020 17:09:33 +0000 (18:09 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/accountstate.cpp

index 5651e623f823d6623c92af8178e9af4ea0d34fbc..3346c18613f2fffeeb87c194f9d4f7657991cb80 100644 (file)
@@ -450,7 +450,6 @@ void AccountState::slotNavigationAppsFetched(const QJsonDocument &reply, int sta
             _hasTalk = false;
 
             if(!reply.isEmpty()){
-                printf("%s\n", reply.toJson().toStdString().c_str());
                 auto element = reply.object().value("ocs").toObject().value("data");
                 auto navLinks = element.toArray();