Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahFu committed Apr 9, 2024
1 parent b560388 commit a894c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/notes/MathInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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--;
Expand Down

0 comments on commit a894c58

Please sign in to comment.