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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user