Revert "chore: print debug output for note update"

This reverts commit 9d1b25ef13339f53a4bbd09d17954c3078ce7404.
This commit is contained in:
Nya Candy 2024-04-01 21:52:21 +08:00 committed by fly_mc
parent 04401ec2ed
commit 3e99dab827

View file

@ -76,7 +76,6 @@ export function useNoteCapture(props: {
}
case 'updated': {
console.log(JSON.stringify(note.value)); // Debug output
note.value.history = [
...note.value.history,
{