Remove errant console.debug log of config (#11579)

This commit is contained in:
christine betts
2025-10-22 10:13:42 -04:00
committed by GitHub
parent 6e6ad78cc0
commit 699e4b7e44
3 changed files with 10 additions and 2 deletions

View File

@@ -1269,8 +1269,6 @@ export class ClearcutLogger {
}
getConfigJson() {
const configJson = safeJsonStringifyBooleanValuesOnly(this.config);
debugLogger.debug(configJson);
return safeJsonStringifyBooleanValuesOnly(this.config);
}