From 42ebc7e9952a50a9f41131c0226e964b26d7388a Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Wed, 15 Jan 2020 18:09:33 +0100 Subject: [PATCH] Remove debug output Signed-off-by: Michael Schuster --- src/gui/accountstate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp index 5651e623f..3346c1861 100644 --- a/src/gui/accountstate.cpp +++ b/src/gui/accountstate.cpp @@ -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(); -- 2.39.5