Remove duplicate sentence

pull/5751/head
Liam Egan 5 years ago
parent 391455c58e
commit e1a7179f5d

@ -418,8 +418,6 @@ The expression should be valid standalone HTML — `{@html "<div>"}content{@html
The `{@debug ...}` tag offers an alternative to `console.log(...)`. It logs the values of specific variables whenever they change, and pauses code execution if you have devtools open.
It accepts a comma-separated list of variable names (not arbitrary expressions).
```sv
<script>
let user = {

Loading…
Cancel
Save