From 94d7fd92043abc427d9d2e1ee908fb8e5d846393 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 22 Jul 2025 11:12:23 +0200 Subject: [PATCH] wip #7634 --- resources/markdowneditor/js/markdowneditor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/markdowneditor/js/markdowneditor.js b/resources/markdowneditor/js/markdowneditor.js index a078c92b9..3100a829e 100644 --- a/resources/markdowneditor/js/markdowneditor.js +++ b/resources/markdowneditor/js/markdowneditor.js @@ -78,7 +78,6 @@ MarkdownEditor.prototype = { $(document).on('keyup', function (e) { $this.undo.pushState() - console.log($this.undo.states) }) }, @@ -193,8 +192,6 @@ MarkdownEditor.prototype = { this.undo.initState(); this.undo.updateIconsStates(); - - console.log(this.undo.states) }, firstPage: function () { -- 2.39.5