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