mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 18:13:47 +02:00
removed some dead code
This commit is contained in:
parent
cde7eb1f30
commit
ddb2ba128f
1 changed files with 0 additions and 3 deletions
|
@ -53,9 +53,6 @@ bool JurisdictionListener::queueJurisdictionRequest() {
|
|||
|
||||
NodeList* nodeList = NodeList::getInstance();
|
||||
for (NodeList::iterator node = nodeList->begin(); node != nodeList->end(); node++) {
|
||||
|
||||
//qDebug() << "Hello..." << *node << "\n";
|
||||
|
||||
if (nodeList->getNodeActiveSocketOrPing(&(*node)) &&
|
||||
node->getType() == getNodeType()) {
|
||||
const HifiSockAddr* nodeAddress = node->getActiveSocket();
|
||||
|
|
Loading…
Reference in a new issue