Remove stray console.log

This commit is contained in:
Johannes Zellner
2025-01-21 21:19:47 +01:00
parent 3b6831ea93
commit c53adedbe0

View File

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