mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
remove extra debug line
This commit is contained in:
parent
6e540d166b
commit
d937ef17f6
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