mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 17:04:04 -07:00
Remove debug logs that are not actionable but numerous (#2030)
This commit is contained in:
@@ -174,9 +174,6 @@ export class ClearcutLogger {
|
|||||||
const returnVal = {
|
const returnVal = {
|
||||||
nextRequestWaitMs: Number(ms),
|
nextRequestWaitMs: Number(ms),
|
||||||
};
|
};
|
||||||
if (this.config?.getDebugMode()) {
|
|
||||||
console.log('Clearcut response: ', returnVal);
|
|
||||||
}
|
|
||||||
return returnVal;
|
return returnVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user