Skip to content

Commit feaf6f2

Browse files
committed
Remove console.log from bidi
1 parent d7d30aa commit feaf6f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

editor/js/text/bidi.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ RED.text.bidi = (function() {
6464
}
6565

6666
function onInputChange() {
67-
console.log("ic");
6867
$(this).attr("dir", resolveBaseTextDir($(this).val()));
6968
}
7069

0 commit comments

Comments
 (0)