diff --git a/guacamole/src/main/webapp/app/index/filters/arrayFilter.js b/guacamole/src/main/webapp/app/index/filters/arrayFilter.js index f0429c859..d3a5df25e 100644 --- a/guacamole/src/main/webapp/app/index/filters/arrayFilter.js +++ b/guacamole/src/main/webapp/app/index/filters/arrayFilter.js @@ -25,9 +25,6 @@ angular.module('index').filter('toArray', [function toArrayFactory() { return function toArrayFiter(input) { - - console.log(input) - // If no object is available, just return an empty array if (!input) { return [];