From 14e882f250ebcd9c6ea370364bef56d4596a3142 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 5 May 2014 21:44:04 +0100 Subject: [PATCH] Remove rogue console.log --- nodes/core/io/25-serial.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodes/core/io/25-serial.html b/nodes/core/io/25-serial.html index fec81b833..b8bc7e2d1 100644 --- a/nodes/core/io/25-serial.html +++ b/nodes/core/io/25-serial.html @@ -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",""); }); });