Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankalog committed Feb 8, 2024
1 parent 82d547c commit 8efaac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ private void updateAsset(Asset<? extends Asset<VehicleAsset>> asset, AttributeM
// LOG.info("Publishing to client inbound queue: " + attribute.getName());
assetProcessingService.sendAttributeEvent(attributeEvent);
}));
endTimestamp = System.currentTimeMillis();
// endTimestamp = System.currentTimeMillis();

// getLogger().info("Updated "+TELTONIKA_DEVICE_ASSET_CLASS.getSimpleName()+" in " + (endTimestamp - startTimestamp) + "ms");
}
Expand Down

0 comments on commit 8efaac2

Please sign in to comment.