Remove useless and obsolete comment.
This commit is contained in:
parent
c8638f6fd4
commit
0246fec77d
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ class MigrationPresenter @Inject constructor(
|
|||
LaunchedEffect(migrationStoreVersion) {
|
||||
val migrationValue = migrationStoreVersion ?: return@LaunchedEffect
|
||||
if (migrationValue == -1) {
|
||||
// Fresh install, no migration needed
|
||||
Timber.d("Fresh install, or previous installed application did not have the migration mechanism.")
|
||||
}
|
||||
if (migrationValue == lastMigration) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue