Remove logging

This commit is contained in:
Owen
2025-10-15 13:57:42 -07:00
parent ceee978fcd
commit c50392c947
2 changed files with 21 additions and 9 deletions

View File

@@ -224,6 +224,7 @@ export async function getTraefikConfig(
}
// get the valid certs for these domains
validCerts = await getValidCertificatesForDomains(domains, true); // we are caching here because this is called often
logger.debug(`Valid certs for domains: ${JSON.stringify(validCerts)}`);
}
const config_output: any = {