Remove debug logging from moduleUpdate function

This commit is contained in:
kwaroran
2024-11-03 23:26:49 +09:00
parent c22f6b789a
commit bb37ee4af0

View File

@@ -425,10 +425,7 @@ export function moduleUpdate(){
}) })
if(backgroundEmbedding){ if(backgroundEmbedding){
console.log('Background Embedding:', backgroundEmbedding)
moduleBackgroundEmbedding.set(backgroundEmbedding) moduleBackgroundEmbedding.set(backgroundEmbedding)
} }
console.log('Module Hide Icon:', moduleHideIcon)
console.log(Date.now())
HideIconStore.set(getCurrentCharacter()?.hideChatIcon || moduleHideIcon) HideIconStore.set(getCurrentCharacter()?.hideChatIcon || moduleHideIcon)
} }