GUACAMOLE-197: Remove debug code from AngularJS files.

This commit is contained in:
Nick Couchman
2017-02-07 15:43:31 -05:00
committed by Nick Couchman
parent 3e994021da
commit 9c13cb9498
4 changed files with 3 additions and 7 deletions

View File

@@ -22,7 +22,6 @@
*/
angular.module('guacRadius').config(['formServiceProvider',
function guacRadiusConfig(formServiceProvider) {
console.log("In guacRadiusConfig() method.");
// Define field for the challenge from the RADIUS service
formServiceProvider.registerFieldType('GUAC_RADIUS_CHALLENGE_RESPONSE', {
@@ -30,6 +29,8 @@ angular.module('guacRadius').config(['formServiceProvider',
controller : 'radiusResponseController',
templateUrl : 'app/ext/radius/templates/radiusResponseField.html'
});
// Define the hidden field for the RADIUS state
formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', {
module : 'guacRadius',
controller : 'radiusStateController',