Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 17, 2025
1 parent af57f4e commit 5a88e3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hydra.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
resizeDebounce = setTimeout(() => hydra.resize(), 200);
});

console.log('hydra iframe loaded', hydra);
console.log('hydra iframe loaded' /* , hydra */);
</script>
<canvas id="canvas" />
/>
Expand Down
7 changes: 1 addition & 6 deletions kabelsalat.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
window.parent.document.addEventListener('click', async function interaction() {
window.parent.document.removeEventListener('click', interaction);
try {
console.log('init ks', import.meta.url);
// http://localhost:5173/node_modules/.vite/deps/assets/worklet-B8fb_TPB.js
// without base:
// http://localhost:5173/assets/worklet-DzGFm3ry.js

await kabelsalat.audio.init();
console.log('[kabelsalat] audio init done');
} catch (err) {
Expand Down Expand Up @@ -98,7 +93,7 @@
}
}
});
console.log('kabelsalat iframe loaded', kabelsalat);
console.log('kabelsalat iframe loaded' /* , kabelsalat */);
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion shader.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
resizeDebounce = setTimeout(() => shader.resize(), 200);
});

console.log('shader iframe loaded', shader);
console.log('shader iframe loaded' /* , shader */);
</script>
<canvas id="canvas" />
/>
Expand Down
2 changes: 1 addition & 1 deletion strudel.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
});

console.log('strudel iframe loaded', strudel);
console.log('strudel iframe loaded' /* , strudel */);
</script>
</body>
</html>

0 comments on commit 5a88e3b

Please sign in to comment.