From f0e6a9a4d80782ab345260d8e11fc957b685d270 Mon Sep 17 00:00:00 2001 From: Bubun Das Date: Sat, 16 Dec 2023 14:41:03 +0530 Subject: [PATCH] log removed --- scalewithus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalewithus.php b/scalewithus.php index 9e677b2..d75b6ec 100644 --- a/scalewithus.php +++ b/scalewithus.php @@ -337,7 +337,7 @@ function scalewithus_CreateAccount(array $params) // save username and password $params["model"]->serviceProperties->save(array("username" => $resp['data']['loginUser'], "password" => $resp['data']['loginPassword'], "domain" => $params['customfields']['Hostname'])); - debugLog($params["model"]); + // debugLog($params["model"]); // Call the local API to update the custom field return "success"; }