mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Remove console.logs
This commit is contained in:
parent
ca5f27aa9e
commit
2359231bda
@ -236,8 +236,6 @@ function ListJobsController (
|
||||
};
|
||||
|
||||
function refreshJobs () {
|
||||
console.log(SearchBasePath, $state.params.job_search);
|
||||
console.log(vm.querySet);
|
||||
qs.search(SearchBasePath, $state.params.job_search, { 'X-WS-Session-Quiet': true })
|
||||
.then(({ data }) => {
|
||||
vm.jobs = data.results;
|
||||
|
Loading…
Reference in New Issue
Block a user