mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Remove extra logging in debug mode (#3864)
This commit is contained in:
@@ -87,9 +87,6 @@ export class ClearcutLogger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async flushToClearcut(): Promise<LogResponse> {
|
async flushToClearcut(): Promise<LogResponse> {
|
||||||
if (this.config?.getDebugMode()) {
|
|
||||||
console.log('Flushing log events to Clearcut.');
|
|
||||||
}
|
|
||||||
const eventsToSend = [...this.events];
|
const eventsToSend = [...this.events];
|
||||||
this.events.length = 0;
|
this.events.length = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user