mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove rogue console.log
This commit is contained in:
parent
b64b1f2956
commit
14e882f250
@ -229,8 +229,7 @@
|
|||||||
minLength:0,
|
minLength:0,
|
||||||
close: function( event, ui ) {
|
close: function( event, ui ) {
|
||||||
$("#node-config-input-serialport").autocomplete( "destroy" );
|
$("#node-config-input-serialport").autocomplete( "destroy" );
|
||||||
},
|
}
|
||||||
focus: function( event, ui ) {console.log(event);}
|
|
||||||
}).autocomplete("search","");
|
}).autocomplete("search","");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user