From bb37ee4af012e1241484bc6e076c0751951e7cd3 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sun, 3 Nov 2024 23:26:49 +0900 Subject: [PATCH] Remove debug logging from moduleUpdate function --- src/ts/process/modules.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ts/process/modules.ts b/src/ts/process/modules.ts index 6f21d032..2e7a42af 100644 --- a/src/ts/process/modules.ts +++ b/src/ts/process/modules.ts @@ -425,10 +425,7 @@ export function moduleUpdate(){ }) if(backgroundEmbedding){ - console.log('Background Embedding:', backgroundEmbedding) moduleBackgroundEmbedding.set(backgroundEmbedding) } - console.log('Module Hide Icon:', moduleHideIcon) - console.log(Date.now()) HideIconStore.set(getCurrentCharacter()?.hideChatIcon || moduleHideIcon) } \ No newline at end of file