From 6605be0b9fce16b3948452f88575be5e45d5f01f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 23 Apr 2026 18:02:34 +0000 Subject: [PATCH] a --- Contestation/verify_facial_api.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index 1a505b8..945bf1e 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -233,13 +233,11 @@ class FacialVerificationAPI { if ($_SERVER['REQUEST_METHOD'] === 'POST') { $input = json_decode(file_get_contents('php://input'), true); - /* var_dump( array( "input" => $input, ) ); - */ $action = $input['action'] ?? null;