mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-197: Remove remaining JavaScript debug code.
This commit is contained in:
committed by
Nick Couchman
parent
9c13cb9498
commit
4dd61403c8
@@ -29,7 +29,6 @@ angular.module('guacRadius').controller('radiusResponseController', ['$scope', '
|
|||||||
var radiusChallenge = $element.find(document.querySelector('#radius-challenge-text'));
|
var radiusChallenge = $element.find(document.querySelector('#radius-challenge-text'));
|
||||||
|
|
||||||
// Populate the reply message field
|
// Populate the reply message field
|
||||||
console.log("RADIUS Reply Message: " + $scope.field.replyMsg);
|
|
||||||
radiusChallenge.html($scope.field.replyMsg);
|
radiusChallenge.html($scope.field.replyMsg);
|
||||||
|
|
||||||
}]);
|
}]);
|
||||||
|
Reference in New Issue
Block a user