Remove useless and obsolete comment.

This commit is contained in:
Benoit Marty
2024-09-25 11:58:04 +02:00
parent cb0fa05e66
commit ddc15bd81a

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