Remove stray console.log
This commit is contained in:
@@ -103,7 +103,6 @@ const editRecoveryMode = ref(false);
|
||||
let availableSystemMemory = 4 * 1024 * 1024 * 1024;
|
||||
|
||||
async function onEdit(service) {
|
||||
console.log(service)
|
||||
editService.value = service;
|
||||
editMemoryLimit.value = service.config.memoryLimit;
|
||||
editRecoveryMode.value = service.config.recoveryMode;
|
||||
|
||||
Reference in New Issue
Block a user