mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-26 17:43:11 +01:00
Removing location info from log
This commit is contained in:
parent
1720dc1fac
commit
a971b19f5c
@ -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())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user