remove the debug in Application.cpp

This commit is contained in:
Stephen Birarda 2013-10-17 17:56:06 -07:00
parent 11a05481e1
commit fad82a48d5

View file

@ -3696,7 +3696,6 @@ void* Application::networkReceive(void* args) {
app->_bytesCount += bytesReceived;
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
switch (app->_incomingPacket[0]) {
case PACKET_TYPE_TRANSMITTER_DATA_V2: