OK, another update. This is just prior to redoing the MainWin completely.
[quassel.git] / gui / serverlist.cpp
index 39901cc..146203e 100644 (file)
@@ -50,7 +50,6 @@ ServerListDlg::ServerListDlg(QWidget *parent) : QDialog(parent) {
       list << net;
     }
   }
-  qDebug() << "Autoconnect:"<<list;
   if(!list.isEmpty()) emit requestConnect(list);
 }