mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
chore: npm run format & lint
This commit is contained in:
@@ -322,9 +322,8 @@ export class QwenLogger {
|
||||
this.flushIfNeeded();
|
||||
}
|
||||
|
||||
logApiRequestEvent(event: ApiRequestEvent): void {
|
||||
logApiRequestEvent(_event: ApiRequestEvent): void {
|
||||
// ignore for now
|
||||
console.log('logApiRequestEvent', event);
|
||||
return;
|
||||
|
||||
// const rumEvent = this.createResourceEvent('api', 'api_request', {
|
||||
|
||||
Reference in New Issue
Block a user