reduce log spam from SkNoteTranslation

This commit is contained in:
Hazelnoot 2025-05-22 09:35:15 -04:00
parent a3c56529fa
commit 14440c7041

View file

@ -33,7 +33,6 @@ if (_DEV_) {
watch( watch(
[() => props.translation, () => props.translating], [() => props.translation, () => props.translating],
([translation, translating]) => console.debug('Translation status changed: ', { translation, translating }), ([translation, translating]) => console.debug('Translation status changed: ', { translation, translating }),
{ immediate: true },
); );
} }
</script> </script>