mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:03:38 +02:00
remove debug for bytes read from message
This commit is contained in:
parent
5887867ccf
commit
e399a3709e
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue