kill some verbose logs

This commit is contained in:
Grant Limberg 2021-08-19 09:21:52 -07:00
parent 576b4f03a5
commit 9eae444104
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
2 changed files with 5 additions and 6 deletions

View file

@ -1484,7 +1484,7 @@ void EmbeddedNetworkController::_request(
json &memberTags = member["tags"];
json &dns = network["dns"];
fprintf(stderr, "IP Assignment Pools for Network %s: %s\n", nwids, OSUtils::jsonDump(ipAssignmentPools, 2).c_str());
//fprintf(stderr, "IP Assignment Pools for Network %s: %s\n", nwids, OSUtils::jsonDump(ipAssignmentPools, 2).c_str());
if (metaData.getUI(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_RULES_ENGINE_REV,0) <= 0) {
// Old versions with no rules engine support get an allow everything rule.