mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Removes debug messages.
Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
parent
d71438f181
commit
44f299eba2
1 changed files with 0 additions and 3 deletions
|
@ -154,9 +154,6 @@ void ActivityListModel::slotActivitiesReceived(const QJsonDocument &json, int st
|
|||
foreach (auto activ, activities) {
|
||||
auto json = activ.toObject();
|
||||
|
||||
qDebug() << "Activity list"
|
||||
<< json.value("subject").toString();
|
||||
|
||||
Activity a;
|
||||
a._type = Activity::ActivityType;
|
||||
a._accName = ast->account()->displayName();
|
||||
|
|
Loading…
Reference in a new issue