mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
Remove console.logs
This commit is contained in:
@@ -236,8 +236,6 @@ function ListJobsController (
|
|||||||
};
|
};
|
||||||
|
|
||||||
function refreshJobs () {
|
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 })
|
qs.search(SearchBasePath, $state.params.job_search, { 'X-WS-Session-Quiet': true })
|
||||||
.then(({ data }) => {
|
.then(({ data }) => {
|
||||||
vm.jobs = data.results;
|
vm.jobs = data.results;
|
||||||
|
|||||||
Reference in New Issue
Block a user