Removed debug variable.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Wed, 1 Sep 2010 09:19:04 +0000 (12:19 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Wed, 1 Sep 2010 09:19:04 +0000 (12:19 +0300)
src/ui/friendlistpanel.cpp

index 8c35184..3dfd9e5 100644 (file)
@@ -204,7 +204,6 @@ void FriendListPanel::friendInfoReceived(QList<User *> &friendList)
     qDebug() << __PRETTY_FUNCTION__;
 
     QStringList newUserIDs;
-    static int count = 0;
 
     foreach (User *user, friendList) {
         FriendListItem *item = 0;
@@ -223,10 +222,6 @@ void FriendListPanel::friendInfoReceived(QList<User *> &friendList)
         }
 
         newUserIDs.append(user->userId());
-
-//        count++;
-//        if (count >= 1)
-//            break;
     }
 
     m_friendListView->clearUnused(newUserIDs);