remove debug for bytes read from message

This commit is contained in:
Stephen Birarda 2015-12-29 11:44:06 -08:00
parent 5887867ccf
commit e399a3709e

View file

@ -5171,8 +5171,6 @@ void Application::handleLocalServerConnection() {
void Application::readArgumentsFromLocalSocket() {
auto socket = qobject_cast<QLocalSocket*>(sender());
qDebug() << "There are" << socket->bytesAvailable() << "bytes available";
auto message = socket->readAll();
socket->deleteLater();