diff --git a/libraries/networking/src/DomainHandler.cpp b/libraries/networking/src/DomainHandler.cpp index f7d26f25c5..cd3c3e7b58 100644 --- a/libraries/networking/src/DomainHandler.cpp +++ b/libraries/networking/src/DomainHandler.cpp @@ -250,8 +250,7 @@ void DomainHandler::requestDomainSettings() { NodeType_t owningNodeType = DependencyManager::get()->getOwnerType(); if (owningNodeType == NodeType::Agent) { - // for now the agent nodes don't need any settings - this allows local assignment-clients - // to connect to a domain that is using automatic networking (since we don't have TCP hole punch yet) + // for now the agent nodes don't need any domain settings _settingsObject = QJsonObject(); emit settingsReceived(_settingsObject); } else {