fix: remove unused console log
This commit is contained in:
parent
833c453994
commit
e539bde144
|
|
@ -582,7 +582,6 @@ function undoReact(): void {
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleReact() {
|
function toggleReact() {
|
||||||
console.log('toggleReact', $appearNote.myReaction);
|
|
||||||
if ($appearNote.myReaction == null) {
|
if ($appearNote.myReaction == null) {
|
||||||
react();
|
react();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue