mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00: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 = {
|
||||
nextRequestWaitMs: Number(ms),
|
||||
};
|
||||
if (this.config?.getDebugMode()) {
|
||||
console.log('Clearcut response: ', returnVal);
|
||||
}
|
||||
return returnVal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user