Remove useless log.
This commit is contained in:
parent
cbf6e2383d
commit
38bb166298
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ class DatabaseSessionStore @Inject constructor(
|
|||
}
|
||||
|
||||
override fun sessionsFlow(): Flow<List<SessionData>> {
|
||||
Timber.w("Observing session list!")
|
||||
return database.sessionDataQueries.selectAll()
|
||||
.asFlow()
|
||||
.mapToList(dispatchers.io)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue