X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.cpp;h=be2787aa3009e5bd04c8e5ca54a243f962b3c1aa;hp=35d44ad9352e7cc2c1b5aa807257393c309afbeb;hb=2bcb925e42921b124efd19d1978ff19f44a09113;hpb=7ad51cd13433398accb26a62e9713ff914d09e5b diff --git a/src/core/networkconnection.cpp b/src/core/networkconnection.cpp index 35d44ad9..be2787aa 100644 --- a/src/core/networkconnection.cpp +++ b/src/core/networkconnection.cpp @@ -382,7 +382,6 @@ void NetworkConnection::userInput(BufferInfo buf, QString msg) { void NetworkConnection::putRawLine(QByteArray s) { s += "\r\n"; socket.write(s); - if(Global::SPUTDEV) qDebug() << "SENT:" << s; } void NetworkConnection::putCmd(const QString &cmd, const QVariantList ¶ms, const QByteArray &prefix) {