From feaf6f2501f68a55a2571d445bceec0f791a4788 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 26 Aug 2016 13:27:19 +0100 Subject: [PATCH] Remove console.log from bidi --- editor/js/text/bidi.js | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/js/text/bidi.js b/editor/js/text/bidi.js index 930aada97..00000567d 100644 --- a/editor/js/text/bidi.js +++ b/editor/js/text/bidi.js @@ -64,7 +64,6 @@ RED.text.bidi = (function() { } function onInputChange() { - console.log("ic"); $(this).attr("dir", resolveBaseTextDir($(this).val())); }