Browse Source

Remove stray debug output

Christian Kamm 8 years ago
parent
commit
881641f0b7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/gui/activitylistmodel.cpp

+ 0 - 2
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();