diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index c02d22dc..7e16a6ac 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -206,10 +206,8 @@ } // Order of checks is intentional - // TODO overzealous error checking? NeedsSmm2Migration().then((needsMigration) => { if (needsMigration) { - // TODO actually perform profile migration displayMigrationModal = true; } }).catch((err) => {