Skip to content

Commit 35185ea

Browse files
committed
remove debug
1 parent 5fe10c7 commit 35185ea

File tree

1 file changed

+0
-3
lines changed
  • apps/typegpu-docs/src/content/examples/simple/triangle

1 file changed

+0
-3
lines changed

apps/typegpu-docs/src/content/examples/simple/triangle/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ setTimeout(() => {
6565
.draw(3);
6666
}, 100);
6767

68-
const nums = tgpu['~unstable'].const(d.arrayOf(d.u32, 4), [1, 2, 3, 4]);
69-
console.log(tgpu.resolve({ externals: { nums } }));
70-
7168
export function onCleanup() {
7269
root.destroy();
7370
}

0 commit comments

Comments
 (0)