Remove debug logging from moduleUpdate function
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user