GUACAMOLE-526: Clean up unused code and minor errors.

This commit is contained in:
Nick Couchman
2018-12-04 19:16:57 -05:00
parent df8c07c187
commit 29982e3a85
3 changed files with 1 additions and 8 deletions

View File

@@ -21,8 +21,7 @@
* Module which provides handling for CAS authentication.
*/
angular.module('guacCAS', [
'form',
'ngRoute',
'form'
]);
// Ensure the CAS module is loaded along with the rest of the app