Removes debug messages.

Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
Camila San 2018-02-26 00:00:42 +01:00
parent d71438f181
commit 44f299eba2
No known key found for this signature in database
GPG key ID: A0A1A2FD03979524

View file

@ -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();