From c44087ee964de77403708b0555f846c55f220608 Mon Sep 17 00:00:00 2001 From: COOL Date: Fri, 20 Jun 2025 11:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EonServerReadyOnce=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=EF=BC=8Ccluster=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=8F=AA?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E4=B8=80=E6=AC=A1=EF=BC=8C=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E4=BB=BB=E5=8A=A1=E4=BA=8B=E4=BB=B6=E6=94=B9=E4=B8=BA?= =?UTF-8?q?onServerReadyOnce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/task/event/comm.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/task/event/comm.ts b/src/modules/task/event/comm.ts index 1d70666..71bf50b 100644 --- a/src/modules/task/event/comm.ts +++ b/src/modules/task/event/comm.ts @@ -16,7 +16,6 @@ export class TaskCommEvent { @Event('onServerReadyOnce') async onServerReadyOnce() { - console.log('onServerReadyOnce', 'initTask'); this.taskInfoService.initTask(); }