projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b1da3
)
Remove stray debug output
author
Christian Kamm
<mail@ckamm.de>
Tue, 9 May 2017 08:37:40 +0000
(10:37 +0200)
committer
Christian Kamm
<mail@ckamm.de>
Tue, 9 May 2017 08:37:40 +0000
(10:37 +0200)
src/gui/activitylistmodel.cpp
patch
|
blob
|
history
diff --git
a/src/gui/activitylistmodel.cpp
b/src/gui/activitylistmodel.cpp
index cac40ae86f502e82efc7e117c79f929f652a8d73..f794a2bf4bc13f44e98facda933fcffd1365444a 100644
(file)
--- a/
src/gui/activitylistmodel.cpp
+++ b/
src/gui/activitylistmodel.cpp
@@
-156,8
+156,6
@@
void ActivityListModel::slotActivitiesReceived(const QJsonDocument& json, int st
foreach( auto activ, activities ) {
auto json = activ.toObject();
- qDebug() << "ZZZ" << json;
-
Activity a;
a._type = Activity::ActivityType;
a._accName = ast->account()->displayName();