mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Remove console.logs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user