Skip to content

Commit 6e7d247

Browse files
committed
minus comment
1 parent a339feb commit 6e7d247

File tree

1 file changed

+0
-1
lines changed
  • packages/browser-repl/src/components

1 file changed

+0
-1
lines changed

packages/browser-repl/src/components/shell.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ export class _Shell extends Component<ShellProps, ShellState> {
357357
});
358358
this.props.onOutputChanged(output);
359359

360-
// TODO: what if we switch away from the shell while this is ongoing?
361360
const outputLine = await this.evaluate(code);
362361

363362
output = this.addEntriesToOutput([outputLine]);

0 commit comments

Comments
 (0)