diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 40aa1595..85a81f82 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -76,13 +76,11 @@ class WrenchJobs extends BaseController } if ( $countItem == 0 ){ - $in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST; $out=[]; $ret = $this->wrenchboard->wrenchboard_api($in, $out); $out['internal_return'] = $ret; - // $local_url = "http://".$this->micro_service_net1.":3033/marketjobs"; // $out = $this->APIcall('GET', $local_url, $in); // dont cache junk @@ -119,7 +117,6 @@ class WrenchJobs extends BaseController log_message('critical', "***** ***** WrenchJobs::JOB AFTER FILTER Ret ". serialize($filter_job_list)); $out['result_list'] = $filter_job_list; - // Fileter result_list to wallet country $endpoint = "WRENCH_JOB_INTEREST_COUNT"; $int_list = $this->getCache($endpoint)["result_list"];