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"; }