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 d1c913ed5c
commit 73b1afb106
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,6 @@
prompt = """
Please summarize the findings for the pattern `{{args}}`.
Search Results:
!{grep -r {{args}} .}
"""

View file

@ -0,0 +1,4 @@
{
"name": "custom-commands",
"version": "1.0.0"
}

View file

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