diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue index 31127e6326..98491a8992 100644 --- a/packages/frontend/src/components/MkNote.vue +++ b/packages/frontend/src/components/MkNote.vue @@ -582,7 +582,6 @@ function undoReact(): void { } function toggleReact() { - console.log('toggleReact', $appearNote.myReaction); if ($appearNote.myReaction == null) { react(); } else {