GUACAMOLE-197: Remove debugging code.

This commit is contained in:
Nick Couchman
2018-01-16 14:26:14 -05:00
parent b7db93c729
commit b204a4c708

View File

@@ -66,7 +66,6 @@ angular.module('login').directive('guacLogin', [function guacLogin() {
var Field = $injector.get('Field');
// Required services
var $log = $injector.get('$log');
var $route = $injector.get('$route');
var authenticationService = $injector.get('authenticationService');