mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:35:04 +02:00
removed debug var
This commit is contained in:
parent
0601c24b24
commit
7aef5edb8f
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ bool ReceivedPacketProcessor::process() {
|
|||
|
||||
void ReceivedPacketProcessor::nodeKilled(SharedNodePointer node) {
|
||||
lock();
|
||||
int numRemoved = _nodePacketCounts.remove(node->getUUID());
|
||||
_nodePacketCounts.remove(node->getUUID());
|
||||
unlock();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue