GUACAMOLE-526: Remove debug console.log() from toArrayFilter().

This commit is contained in:
Michael Jumper
2018-04-27 00:05:09 -07:00
parent f8bd8d8ec9
commit 2ff980dede

View File

@@ -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 [];