mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Remove non necessary prefix in logs
This commit is contained in:
parent
ca7b469d28
commit
7b0878daf9
1 changed files with 2 additions and 2 deletions
|
@ -173,14 +173,14 @@ class LocationSharingService : VectorService(), LocationTracker.Callback {
|
|||
|
||||
private fun tryToDestroyMe() {
|
||||
if (startInProgress.not() && roomArgsMap.isEmpty()) {
|
||||
Timber.i("### LocationSharingService. Destroying self, time is up for all rooms")
|
||||
Timber.i("Destroying self, time is up for all rooms")
|
||||
stopSelf()
|
||||
}
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
super.onDestroy()
|
||||
Timber.i("### LocationSharingService.onDestroy")
|
||||
Timber.i("onDestroy")
|
||||
jobs.forEach { it.cancel() }
|
||||
jobs.clear()
|
||||
locationTracker.removeCallback(this)
|
||||
|
|
Loading…
Reference in a new issue