diff --git a/www-api/app/Controllers/WrenchWallet.php b/www-api/app/Controllers/WrenchWallet.php index cee4adbe..f712e4f2 100644 --- a/www-api/app/Controllers/WrenchWallet.php +++ b/www-api/app/Controllers/WrenchWallet.php @@ -168,10 +168,9 @@ class WrenchWallet extends BaseController } $in = $raw_array; - $in["loc"] = $_SERVER["REMOTE_ADDR"]; - $out = array(); + log_message('critical', "IN ARRAY for call 0001 -> ".serialize($in)); $in["action"] = 'getwallets'; //WRENCHBOARD_ACCOUNT_JOBLIST; log_message('critical', "before APIN call 0001");