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