Remove logs

merge-requests/926/head
shamalka 2 years ago
parent dac4e80df5
commit dcdfa17db5

@ -404,8 +404,6 @@ public class TraccarClientImpl implements TraccarClient {
serverUrl(HttpReportingUtil.trackerServer())));
String result = res.get();
log.info("---------result--------");
log.info("---------result--------" + res.isDone());
log.info("---------result-------- " + result);
if (result.charAt(0) == '{') {
JSONObject obj = new JSONObject(result);
if (obj.has("id")) {
@ -584,8 +582,7 @@ public class TraccarClientImpl implements TraccarClient {
authorizedKey(HttpReportingUtil.trackerUser(), HttpReportingUtil.trackerPassword()),
serverUrl(HttpReportingUtil.trackerServer())));
String result = res.get();
// log.info(result);
// log.info("---------result--------");
log.info("---------result--------");
if (res.isDone() && result.charAt(0) == '{') {
JSONObject obj = new JSONObject(result);
if (obj.has("id")) {

Loading…
Cancel
Save