From c4afb057aa9b6f677416d94e5a324e83e3fcbe28 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 19 Jan 2017 14:47:51 +0100 Subject: [PATCH] Errores solucionados --- @salix/core/src/autocomplete/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/@salix/core/src/autocomplete/index.js b/@salix/core/src/autocomplete/index.js index 5d0ccf7e2..ab6240996 100644 --- a/@salix/core/src/autocomplete/index.js +++ b/@salix/core/src/autocomplete/index.js @@ -115,7 +115,6 @@ function controller($http, $element, $attrs, $scope, $parse, $document, popover) this.onKeyup = function(event) { if(timeoutId) clearTimeout(timeoutId); - console.log(event.keyCode); switch(event.keyCode) { case 13: // Enter