diff --git a/packages/client/src/pages/settings/other.vue b/packages/client/src/pages/settings/other.vue
index 4f5fcabc92..609b33cd3e 100644
--- a/packages/client/src/pages/settings/other.vue
+++ b/packages/client/src/pages/settings/other.vue
@@ -13,8 +13,6 @@
{{ i18n.ts.registry }}
{{ i18n.ts.closeAccount }}
-
- Test update modal
@@ -40,10 +38,6 @@ function onChangeInjectFeaturedNote(v) {
});
}
-function updatePopup() {
- popup(defineAsyncComponent(() => import('@/components/MkUpdated.vue')), {}, {}, 'closed');
-}
-
const headerActions = $computed(() => []);
const headerTabs = $computed(() => []);