From e539bde14434f75b118b6c65067117ec70b00fe5 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 24 May 2025 17:26:53 +0900 Subject: [PATCH] fix: remove unused console log --- packages/frontend/src/components/MkNote.vue | 1 - 1 file changed, 1 deletion(-) 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 {