pmcf 6.21.2 → 6.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "6.21.2",
3
+ "version": "6.21.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -293,7 +293,6 @@ export class CoreService extends Base {
293
293
 
294
294
  if (this.priority >= 390) {
295
295
  for (const alias of this.aliases) {
296
- console.log("CNAME", alias, dnsFullName(domainName));
297
296
  records.push(DNSRecord(alias, "CNAME", dnsFullName(domainName)));
298
297
  }
299
298
  }
@@ -370,7 +370,7 @@ class bind_group extends Base {
370
370
  const hosts = new Set();
371
371
  const addresses = new Set();
372
372
 
373
- console.log("ZONES for", this.owner.owner.name, this.name);
373
+ //console.log("ZONES for", this.owner.owner.name, this.name);
374
374
 
375
375
  for (const na of entries) {
376
376
  const address = na.address;