diff --git a/src/mathcommand.js b/src/mathcommand.js index 56dda32db..43ac098f2 100644 --- a/src/mathcommand.js +++ b/src/mathcommand.js @@ -3,7 +3,6 @@ import { getSelectedMathModelWidget } from './utils'; export default class MathCommand extends Command { execute( equation, display, outputType, forceOutputType ) { - console.log( 'execute', display, outputType, forceOutputType ); const model = this.editor.model; const selection = model.document.selection; const selectedElement = selection.getSelectedElement();