1
0
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:
mabashian 2019-03-04 15:14:27 -05:00
parent ca5f27aa9e
commit 2359231bda

View File

@ -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;