This is it, the long-awaited huge commit with the new Network handling.
[quassel.git] / src / core / userinputhandler.cpp
index 94d8147..2ecb58d 100644 (file)
@@ -193,7 +193,6 @@ void UserInputHandler::handleWho(QString bufname, QString msg) {
 }
 
 void UserInputHandler::handleWhois(QString bufname, QString msg) {
-  qDebug() << "WHOIS" << QStringList(msg);
   emit putCmd("WHOIS", msg.split(' '));
 }