1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove console.log from bidi

This commit is contained in:
Nick O'Leary 2016-08-26 13:27:19 +01:00
parent d7d30aa972
commit feaf6f2501

View File

@ -64,7 +64,6 @@ RED.text.bidi = (function() {
}
function onInputChange() {
console.log("ic");
$(this).attr("dir", resolveBaseTextDir($(this).val()));
}