mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Removing debug statement that slipped by.
This commit is contained in:
@@ -24,7 +24,6 @@ export default
|
|||||||
Rest.setUrl(defaultUrl);
|
Rest.setUrl(defaultUrl);
|
||||||
Rest.get()
|
Rest.get()
|
||||||
.success(function(data){
|
.success(function(data){
|
||||||
console.info(data.results);
|
|
||||||
$scope.mgmtCards = data.results;
|
$scope.mgmtCards = data.results;
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user