Skip to content

Commit

Permalink
log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bubundas17 committed Dec 16, 2023
1 parent d66b15e commit f0e6a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalewithus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit f0e6a9a

Please sign in to comment.