Remove logs

merge-requests/926/head
shamalka 2 years ago
parent d7f98a6f28
commit c49a52937d

@ -391,10 +391,8 @@ public class DeviceInformationManagerImpl implements DeviceInformationManager {
//Tracker update GPS Location
if (HttpReportingUtil.isLocationPublishing() && HttpReportingUtil.isTrackerEnabled()) {
try {
log.info("--- Location Pushing to Traccar starts ---");
DeviceManagementDataHolder.getInstance().getDeviceAPIClientService()
.updateLocation(device, deviceLocation, CarbonContext.getThreadLocalCarbonContext().getTenantId());
log.info("--- Location Pushing to Traccar end ---");
} catch (ExecutionException e) {
log.error("ExecutionException : " + e);
//throw new RuntimeException(e);
@ -453,10 +451,8 @@ public class DeviceInformationManagerImpl implements DeviceInformationManager {
//Tracker update GPS Location
if (HttpReportingUtil.isLocationPublishing() && HttpReportingUtil.isTrackerEnabled()) {
try {
log.info("--- Location Pushing to Traccar starts ---");
DeviceManagementDataHolder.getInstance().getDeviceAPIClientService()
.updateLocation(device, deviceLocation, CarbonContext.getThreadLocalCarbonContext().getTenantId());
log.info("--- Location Pushing to Traccar end ---");
} catch (ExecutionException e) {
log.error("ExecutionException : " + e);
//throw new RuntimeException(e);

Loading…
Cancel
Save