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:
parent
d7d30aa972
commit
feaf6f2501
@ -64,7 +64,6 @@ RED.text.bidi = (function() {
|
||||
}
|
||||
|
||||
function onInputChange() {
|
||||
console.log("ic");
|
||||
$(this).attr("dir", resolveBaseTextDir($(this).val()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user