fix: remove unused console log

This commit is contained in:
kakkokari-gtyih 2025-05-24 17:26:53 +09:00
parent 833c453994
commit e539bde144
1 changed files with 0 additions and 1 deletions

View File

@ -582,7 +582,6 @@ function undoReact(): void {
}
function toggleReact() {
console.log('toggleReact', $appearNote.myReaction);
if ($appearNote.myReaction == null) {
react();
} else {