mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Removing location info from log
This commit is contained in:
parent
1720dc1fac
commit
a971b19f5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue