mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +02:00
remove the debug in Application.cpp
This commit is contained in:
parent
11a05481e1
commit
fad82a48d5
1 changed files with 0 additions and 1 deletions
|
@ -3696,7 +3696,6 @@ void* Application::networkReceive(void* args) {
|
||||||
app->_bytesCount += bytesReceived;
|
app->_bytesCount += bytesReceived;
|
||||||
|
|
||||||
if (packetVersionMatch(app->_incomingPacket)) {
|
if (packetVersionMatch(app->_incomingPacket)) {
|
||||||
qDebug() << "Received a packet with header" << app->_incomingPacket[0] << "\n";
|
|
||||||
// only process this packet if we have a match on the packet version
|
// only process this packet if we have a match on the packet version
|
||||||
switch (app->_incomingPacket[0]) {
|
switch (app->_incomingPacket[0]) {
|
||||||
case PACKET_TYPE_TRANSMITTER_DATA_V2:
|
case PACKET_TYPE_TRANSMITTER_DATA_V2:
|
||||||
|
|
Loading…
Reference in a new issue