diff --git a/src/ts/main.ts b/src/ts/main.ts index 587a402..97f13c5 100644 --- a/src/ts/main.ts +++ b/src/ts/main.ts @@ -379,7 +379,6 @@ async function openVM(vm: VM): Promise { } function closeVM() { - console.log('closeVM() called'); if (VM === null) return; expectedClose = true; // Close the VM