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);