Skip to content

Commit 4851b01

Browse files
committed
Remove out-commented code
1 parent 16b1e44 commit 4851b01

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/tests-svelte4/src/routes/remount/webgl/+page.svelte

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
import shaderCode from "./shader.frag?raw";
44
55
let show = true;
6-
// async function f() {
7-
// while (true) {
8-
// show = !show;
9-
// await new Promise(resolve => requestIdleCallback(resolve));
10-
// }
11-
// }
12-
// if (typeof window !== "undefined") f();
136
</script>
147

158
<label for="show">Show</label>

0 commit comments

Comments
 (0)