From 32e3b76ff7c61c45ff5714975ad3dd466bad2076 Mon Sep 17 00:00:00 2001 From: Rob B Date: Tue, 10 Sep 2024 22:20:23 -0400 Subject: [PATCH] Cleanup --- frontend/src/App.svelte | 2 -- 1 file changed, 2 deletions(-) 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) => {