Remove rogue console.log

This commit is contained in:
Nick O'Leary 2014-05-05 21:44:04 +01:00
parent b64b1f2956
commit 14e882f250
1 changed files with 1 additions and 2 deletions

View File

@ -229,8 +229,7 @@
minLength:0,
close: function( event, ui ) {
$("#node-config-input-serialport").autocomplete( "destroy" );
},
focus: function( event, ui ) {console.log(event);}
}
}).autocomplete("search","");
});
});