From 97a142d9cb4eb2bb9672509fd29ef009e7d7e00b Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Tue, 17 Sep 2019 20:08:03 +0300 Subject: [PATCH] Remove log --- src/mathcommand.js | 1 - 1 file changed, 1 deletion(-) 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();