From: Michael Schuster Date: Wed, 15 Jan 2020 17:09:33 +0000 (+0100) Subject: Remove debug output X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~413^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=42ebc7e9952a50a9f41131c0226e964b26d7388a;p=nextcloud-desktop.git Remove debug output Signed-off-by: Michael Schuster --- 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();