Comment data to post

Payload already print out on toString() measurement
This commit is contained in:
samuelbles07
2024-10-31 21:17:28 +07:00
parent 3004a82e7e
commit 4d40ae421c

View File

@ -130,7 +130,7 @@ bool AgApiClient::postToServer(String data) {
client.end();
logInfo(String("POST: ") + uri);
logInfo(String("DATA: ") + data);
// logInfo(String("DATA: ") + data);
logInfo(String("Return code: ") + String(retCode));
if ((retCode == 200) || (retCode == 429)) {