remove waitForBytesWritten for initial tests

This commit is contained in:
Stephen Birarda 2014-03-25 15:10:53 -07:00
parent 292fb51b43
commit 6b8c60e964

View file

@ -184,8 +184,6 @@ void AvatarMixer::broadcastAvatarData() {
++_sumIdentityPackets;
}
nodeList->getNodeSocket().waitForBytesWritten(-1);
}
}
}