From dd0d31e72de4e2b5065a8b640eed3f2236bb1cd5 Mon Sep 17 00:00:00 2001 From: DarkSky Date: Tue, 26 Jul 2022 18:33:06 +0800 Subject: [PATCH] fix: temp fix broadcast storm --- libs/datasource/jwt/src/adapter/yjs/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/datasource/jwt/src/adapter/yjs/index.ts b/libs/datasource/jwt/src/adapter/yjs/index.ts index b8691ce8f..12b2cce55 100644 --- a/libs/datasource/jwt/src/adapter/yjs/index.ts +++ b/libs/datasource/jwt/src/adapter/yjs/index.ts @@ -412,7 +412,6 @@ export class YjsAdapter implements AsyncDatabaseAdapter { binary?: ArrayBufferLike; } ): Promise { - console.trace('createBlock', options); const uuid = options.uuid || `affine${nanoid(16)}`; if (options.type === BlockTypes.binary) { if (options.binary && options.binary instanceof ArrayBuffer) {