1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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>