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(); }