removed yet another stupid debug condition (this time from the client)
[quassel.git] / src / client / networkmodel.cpp
index 12e51e5..04ade52 100644 (file)
@@ -228,7 +228,7 @@ void BufferItem::removeUserFromCategory(IrcUser *ircUser) {
   }
 
   
-  if(!success || success) {
+  if(!success) {
     qDebug() << "==== Childlist for Item:" << this << id() << bufferName() << "====";
     for(int i = 0; i < childCount(); i++) {
       categoryItem = qobject_cast<UserCategoryItem *>(child(i));