mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-526: Remove debug console.log() from toArrayFilter().
This commit is contained in:
@@ -25,9 +25,6 @@ angular.module('index').filter('toArray', [function toArrayFactory() {
|
|||||||
|
|
||||||
return function toArrayFiter(input) {
|
return function toArrayFiter(input) {
|
||||||
|
|
||||||
|
|
||||||
console.log(input)
|
|
||||||
|
|
||||||
// If no object is available, just return an empty array
|
// If no object is available, just return an empty array
|
||||||
if (!input) {
|
if (!input) {
|
||||||
return [];
|
return [];
|
||||||
|
Reference in New Issue
Block a user