Remove useless and obsolete comment.

This commit is contained in:
Benoit Marty 2024-09-25 11:58:04 +02:00
parent c8638f6fd4
commit 0246fec77d

View file

@ -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) {