Skip to content

Commit

Permalink
Remove out-commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Nov 6, 2024
1 parent 16b1e44 commit 4851b01
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/tests-svelte4/src/routes/remount/webgl/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
import shaderCode from "./shader.frag?raw";
let show = true;
// async function f() {
// while (true) {
// show = !show;
// await new Promise(resolve => requestIdleCallback(resolve));
// }
// }
// if (typeof window !== "undefined") f();
</script>

<label for="show">Show</label>
Expand Down

0 comments on commit 4851b01

Please sign in to comment.