From 608f62a5026b19ec366bd736a575a470ae98e62c Mon Sep 17 00:00:00 2001 From: Settel Date: Sat, 6 Aug 2022 14:52:22 +0200 Subject: [PATCH] chore: remove debug statement --- client/src/composables/engine/fetchUpdate.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/composables/engine/fetchUpdate.ts b/client/src/composables/engine/fetchUpdate.ts index f1684d6..58ce0ac 100644 --- a/client/src/composables/engine/fetchUpdate.ts +++ b/client/src/composables/engine/fetchUpdate.ts @@ -12,7 +12,6 @@ export async function fetchUpdate() { let delay = 0 try { - console.log(`sync[${this.version}]`) const userInfoStore = useUserinfoStore() const response = await this.callApi('/api/sync', { v: this.version + 1,