mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +02:00
removed debug code
This commit is contained in:
parent
85363f6603
commit
132b043d68
1 changed files with 0 additions and 4 deletions
|
@ -28,12 +28,8 @@ Agent::Agent(const unsigned char* dataBuffer, int numBytes) :
|
|||
}
|
||||
|
||||
void Agent::processDatagram(const QByteArray& dataByteArray, const HifiSockAddr& senderSockAddr) {
|
||||
qDebug() << "Agent::processDatagram()";
|
||||
if (dataByteArray[0] == PACKET_TYPE_JURISDICTION) {
|
||||
int headerBytes = numBytesForPacketHeader((const unsigned char*) dataByteArray.constData());
|
||||
|
||||
qDebug() << "Agent::processDatagram() PACKET_TYPE_JURISDICTION... dataByteArray[headerBytes]=" << (dataByteArray[headerBytes]);
|
||||
|
||||
// PACKET_TYPE_JURISDICTION, first byte is the node type...
|
||||
switch (dataByteArray[headerBytes]) {
|
||||
case NODE_TYPE_VOXEL_SERVER:
|
||||
|
|
Loading…
Reference in a new issue