From 8ba56f8b66a6242a36b2dfef2d96ef87fdc1a2b6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 6 Aug 2025 15:29:35 +0200 Subject: [PATCH] Remove unused code --- dashboard/src/components/NewBackupTargetDialog.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dashboard/src/components/NewBackupTargetDialog.vue b/dashboard/src/components/NewBackupTargetDialog.vue index e05351528..88fe3e05c 100644 --- a/dashboard/src/components/NewBackupTargetDialog.vue +++ b/dashboard/src/components/NewBackupTargetDialog.vue @@ -199,12 +199,6 @@ watch(encryptionPassword, () => { }); async function getMemory() { - // TODO what is this exactly? - // if (props.provisioning) { - // maxMemoryLimit.value = 4 * 1024 * 1024 * 1024; - // return; - // } - const [error, result] = await systemModel.memory(); if (error) return console.error(error);