mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
Remove log
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user