remove a bad comment

This commit is contained in:
Stephen Birarda 2013-10-01 16:00:10 -07:00
parent b548567744
commit 63d41d85de

View file

@ -569,7 +569,6 @@ int DomainServer::run() {
bool foundMatchingAssignment = false;
// enumerate the nodes and check if there is one with an attached assignment with matching UUID
// if the node has sent no types of interest, assume they want nothing but their own ID back
for (NodeList::iterator node = nodeList->begin(); node != nodeList->end(); node++) {
if (node->getLinkedData()) {
Assignment* linkedAssignment = (Assignment*) node->getLinkedData();