From 5c0f3c3353ded336d3dfcf9137a3544c3d5ecdc7 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Fri, 10 Oct 2025 07:09:13 +0200 Subject: [PATCH] Update playground.tsx --- page/src/playground.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/page/src/playground.tsx b/page/src/playground.tsx index 885bc4c7..bddb7e7b 100644 --- a/page/src/playground.tsx +++ b/page/src/playground.tsx @@ -289,8 +289,6 @@ export class Playground extends React.Component< this.setDrawerOpen(false); - this.logLine("Starting emulation..."); - if (this.state.filesystemPromise) { await this.state.filesystemPromise; }