mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +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) {
|
||||
int numRemoved = _nodePacketCounts.remove(node->getUUID());
|
||||
_nodePacketCounts.remove(node->getUUID());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue