mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
removed debug variable
This commit is contained in:
parent
decd6109fb
commit
2080cc3dee
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ bool ReceivedPacketProcessor::process() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReceivedPacketProcessor::nodeKilled(SharedNodePointer node) {
|
void ReceivedPacketProcessor::nodeKilled(SharedNodePointer node) {
|
||||||
int numRemoved = _nodePacketCounts.remove(node->getUUID());
|
_nodePacketCounts.remove(node->getUUID());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue