mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 23:31:13 -07:00
Remove errant console.debug log of config (#11579)
This commit is contained in:
@@ -1269,8 +1269,6 @@ export class ClearcutLogger {
|
||||
}
|
||||
|
||||
getConfigJson() {
|
||||
const configJson = safeJsonStringifyBooleanValuesOnly(this.config);
|
||||
debugLogger.debug(configJson);
|
||||
return safeJsonStringifyBooleanValuesOnly(this.config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user