Skip to content

Commit 32e3b76

Browse files
committed
Cleanup
1 parent b29077f commit 32e3b76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/App.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,8 @@
206206
}
207207
208208
// Order of checks is intentional
209-
// TODO overzealous error checking?
210209
NeedsSmm2Migration().then((needsMigration) => {
211210
if (needsMigration) {
212-
// TODO actually perform profile migration
213211
displayMigrationModal = true;
214212
}
215213
}).catch((err) => {

0 commit comments

Comments
 (0)