mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Remove errant console.debug log of config (#11579)
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
prompt = """
|
||||||
|
Please summarize the findings for the pattern `{{args}}`.
|
||||||
|
|
||||||
|
Search Results:
|
||||||
|
!{grep -r {{args}} .}
|
||||||
|
"""
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "custom-commands",
|
||||||
|
"version": "1.0.0"
|
||||||
|
}
|
||||||
@@ -1269,8 +1269,6 @@ export class ClearcutLogger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getConfigJson() {
|
getConfigJson() {
|
||||||
const configJson = safeJsonStringifyBooleanValuesOnly(this.config);
|
|
||||||
debugLogger.debug(configJson);
|
|
||||||
return safeJsonStringifyBooleanValuesOnly(this.config);
|
return safeJsonStringifyBooleanValuesOnly(this.config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user