diff --git a/www-api/app/Controllers/WrenchWallet.php b/www-api/app/Controllers/WrenchWallet.php index 6bb4f16d..dbae3b6c 100644 --- a/www-api/app/Controllers/WrenchWallet.php +++ b/www-api/app/Controllers/WrenchWallet.php @@ -267,7 +267,7 @@ class WrenchWallet extends BaseController // $wallet_country = $first_names = array_column($owner_country , 'country');; $auxWallet = $this->auxiliaryWallets($owner_country); foreach ($auxWallet as $item){ - $out["result_list"][] = $item; + // $out["result_list"][] = $item; } } log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");