mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
commit
c0791cafab
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ bool Agent::matches(sockaddr *otherPublicSocket, sockaddr *otherLocalSocket, cha
|
|||
|
||||
void Agent::recordBytesReceived(int bytesReceived) {
|
||||
if (_bytesReceivedMovingAverage == NULL) {
|
||||
printf("Setting up the moving average for agent\n");
|
||||
_bytesReceivedMovingAverage = new SimpleMovingAverage(100);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue