Skip to content

Commit 0246fec

Browse files
committed
Remove useless and obsolete comment.
1 parent c8638f6 commit 0246fec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/migration/impl/src/main/kotlin/io/element/android/features/migration/impl/MigrationPresenter.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class MigrationPresenter @Inject constructor(
4545
LaunchedEffect(migrationStoreVersion) {
4646
val migrationValue = migrationStoreVersion ?: return@LaunchedEffect
4747
if (migrationValue == -1) {
48-
// Fresh install, no migration needed
4948
Timber.d("Fresh install, or previous installed application did not have the migration mechanism.")
5049
}
5150
if (migrationValue == lastMigration) {

0 commit comments

Comments
 (0)