GUACAMOLE-197: Remove remaining JavaScript debug code.

This commit is contained in:
Nick Couchman
2017-02-07 15:49:44 -05:00
committed by Nick Couchman
parent 9c13cb9498
commit 4dd61403c8

View File

@@ -29,7 +29,6 @@ angular.module('guacRadius').controller('radiusResponseController', ['$scope', '
var radiusChallenge = $element.find(document.querySelector('#radius-challenge-text'));
// Populate the reply message field
console.log("RADIUS Reply Message: " + $scope.field.replyMsg);
radiusChallenge.html($scope.field.replyMsg);
}]);