Remove log

This commit is contained in:
Sauli Anto 2019-09-17 20:08:03 +03:00
parent 820ed0bd9d
commit 97a142d9cb

View File

@ -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();