Removing location info from log

This commit is contained in:
Maxime NATUREL 2022-05-02 15:06:13 +02:00
parent 1720dc1fac
commit a971b19f5c

View file

@ -85,7 +85,7 @@ internal class DefaultLiveLocationAggregationProcessor @Inject constructor() : L
?: 0
if (updatedLocationTimestamp.isMoreRecentThan(currentLocationTimestamp)) {
Timber.d("set last location of summary with id=$targetEventId to ${content.getBestLocationInfo()}")
Timber.d("updating last location of the summary of id=$targetEventId")
aggregatedSummary.lastLocationContent = ContentMapper.map(content.toContent())
}
}