diff --git a/src/components/notes/MathInput.tsx b/src/components/notes/MathInput.tsx index 5a4a9a1..e00483a 100644 --- a/src/components/notes/MathInput.tsx +++ b/src/components/notes/MathInput.tsx @@ -47,7 +47,6 @@ function MathInput({ (direction === MQDir.right ? onRightOut : onLeftOut)?.(); }, edit: (mathfield: MathField) => { - console.log('event'); const latex = mathfield.latex(); if (supressEditEvent.current > 0) { supressEditEvent.current--;