Remove unused code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user