remove commented-out code

pull/8432/head
Rich Harris 3 years ago committed by GitHub
parent 2267a0d381
commit c6e9095c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,6 @@
});
} else if (example) {
const components = process_example(
// repl_widget_examples.find(({ id }) => id === example).files
(await fetch(`/examples/api/${example}.json`).then((r) => r.json())).files
);

Loading…
Cancel
Save