From 2359231bda5bc6830866e6191ee6ed8cf5ae1cf4 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 4 Mar 2019 15:14:27 -0500 Subject: [PATCH] Remove console.logs --- awx/ui/client/features/jobs/jobsList.controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/features/jobs/jobsList.controller.js b/awx/ui/client/features/jobs/jobsList.controller.js index 6e9186a810..71e12c967f 100644 --- a/awx/ui/client/features/jobs/jobsList.controller.js +++ b/awx/ui/client/features/jobs/jobsList.controller.js @@ -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;