1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

removing comment

This commit is contained in:
Jared Tabor 2017-08-02 09:34:35 -07:00
parent 2486faf35c
commit 35a68e6eda

View File

@ -101,8 +101,6 @@ export default ['$state', '$stateParams', '$scope', 'SourcesFormDefinition',
}); });
}; };
// $scope.credentialBasePath = GetBasePath('credentials') + '?credential_type__kind__in=cloud,network';
$scope.sourceChange = function(source) { $scope.sourceChange = function(source) {
source = (source && source.value) ? source.value : ''; source = (source && source.value) ? source.value : '';
if ($scope.source.value === "scm" && $scope.source.value === "custom") { if ($scope.source.value === "scm" && $scope.source.value === "custom") {