mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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) { | ||||
|  | ||||
|  | ||||
|         console.log(input) | ||||
|  | ||||
|         // If no object is available, just return an empty array | ||||
|         if (!input) { | ||||
|             return []; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user