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