remove codesandbox specific line

This commit is contained in:
Felix Roos 2022-03-28 00:31:56 +02:00
parent 429fcaf05a
commit 2a0d8c3f77

View File

@ -17,8 +17,6 @@ const pattern = mini('a [b c*2]');
const events = pattern.firstCycle().map((e) => e.show());
console.log(events);
document.getElementById('app').innerHTML = events.join('<br/>');
```
yields: