Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2020-01-15 20:09:33 +0300
committerMichael Schuster <michael@schuster.ms>2020-01-15 20:09:33 +0300
commit42ebc7e9952a50a9f41131c0226e964b26d7388a (patch)
tree27fdf2829fe797de18991f1344e5b41c5b8f3b07 /src/gui/accountstate.cpp
parentb4b6366ba8aa6eaa19aa37c2e1f00fb2c5ff0178 (diff)
Remove debug output
Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'src/gui/accountstate.cpp')
-rw-r--r--src/gui/accountstate.cpp1
1 files changed, 0 insertions, 1 deletions
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();