From d4def003ba61a4c1c1cbf08ba3ec4458b7e5bc5d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 26 Feb 2016 11:51:55 +0100 Subject: [PATCH] Removed logging. --- app/assets/javascripts/app/lib/base/jquery.contenteditable.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/app/lib/base/jquery.contenteditable.js b/app/assets/javascripts/app/lib/base/jquery.contenteditable.js index 6740b28b4..0f3758a1e 100644 --- a/app/assets/javascripts/app/lib/base/jquery.contenteditable.js +++ b/app/assets/javascripts/app/lib/base/jquery.contenteditable.js @@ -69,7 +69,6 @@ this.toggleBlock = function(tag) { sel = window.getSelection() node = $(sel.anchorNode) - console.log('toggleBlock', tag, node.parent(), node.is()) if (node.is(tag) || node.parent().is(tag) || node.parent().parent().is(tag)) { document.execCommand('formatBlock', false, 'div') //document.execCommand('RemoveFormat')