From: soufiane Date: Tue, 22 Jul 2025 09:12:23 +0000 (+0200) Subject: wip #7634 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=94d7fd92043abc427d9d2e1ee908fb8e5d846393;p=fluidbook-toolbox.git wip #7634 --- 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 () {