From 3582654861282ceff6a9e45ca8944ae4381b8acc Mon Sep 17 00:00:00 2001 From: omair saleh Date: Sun, 29 Aug 2021 23:46:00 +0800 Subject: [PATCH] update packinglists from vt portal jobs and schedule --- .../Modules/Companies/ControllersLogic/ListCompaniesLogic.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php b/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php index e060ddc7..80b15c1c 100644 --- a/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php +++ b/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php @@ -53,10 +53,6 @@ class ListCompaniesLogic extends AbstractControllerLogic { $this->canListCompanies->passes(); - logger("llogic"); - - logger($request->input('filters')); - $query = $this->listsCompanies->execute($this->listsCompanies->deserializeFilters($request->input('filters'))); return $this->collectionResponse(CompanyResource::collection($query));