Remove unused code

This commit is contained in:
Johannes Zellner
2025-08-06 15:29:35 +02:00
parent dc5e7ab98d
commit 8ba56f8b66

View File

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