mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
#696 remove logging pt. 2
This commit is contained in:
parent
247c78c44d
commit
5f75fa9b46
@ -24,7 +24,6 @@ export default
|
||||
Rest.setUrl(defaultUrl);
|
||||
Rest.get()
|
||||
.success(function(data){
|
||||
console.log(data)
|
||||
$scope.mgmtCards = data.results;
|
||||
Wait('stop');
|
||||
})
|
||||
|
||||
@ -6,7 +6,6 @@ export default ['$compile', '$state', '$stateParams', 'EditSchedule', 'Wait', '$
|
||||
$scope.$on("formUpdated", function() {
|
||||
$rootScope.$broadcast("loadSchedulerDetailPane");
|
||||
});
|
||||
console.log($scope)
|
||||
|
||||
$scope.$watchGroup(["schedulerName",
|
||||
"schedulerStartDt",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user