Skip to content

Commit 92f4062

Browse files
authored
fix: delete request error log (#3622)
1 parent 1661727 commit 92f4062

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/connection/src/common/rpc/connection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ export class SumiConnection implements IDisposable {
385385

386386
private traceRequestError(requestId: number, method: string, args: any[], error: any) {
387387
this.capturer.captureSendRequestFail(requestId, method, error);
388-
this.logger.error(`Error handling request ${method} with args `, args, error);
389388
}
390389
}
391390

0 commit comments

Comments
 (0)