mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
reduce log spam from SkNoteTranslation
This commit is contained in:
parent
a3c56529fa
commit
14440c7041
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue