removed some dead code

This commit is contained in:
ZappoMan 2013-12-10 15:37:50 -08:00
parent cde7eb1f30
commit ddb2ba128f

View file

@ -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();