From fa5128650c6e2fd646a214f43f015a05b9521231 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 9 Mar 2024 21:04:26 -0500 Subject: [PATCH] log input --- www-api/app/Controllers/WrenchWallet.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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");