Skip to content

Commit 05ff560

Browse files
author
Aleksander Katan
committed
Self review
1 parent d7213f1 commit 05ff560

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/typegpu/src/core/function/tgpuFn.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ function createBoundFunction<ImplSchema extends AnyFn>(
331331
});
332332

333333
const innerName = getName(innerFn);
334-
console.log('INNER NAME:', innerName);
335-
console.log('CALL NAME:', getName(call));
336334
if (innerName) {
337335
setName(fn, innerName);
338336
}

packages/typegpu/tests/slot.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ describe('tgpu.slot', () => {
387387

388388
const getSize = tgpu.fn([], d.f32)(() => slot.$.x)
389389
.with(slot, d.vec4f(1, 2, 3, 4));
390-
console.log(getName(getSize));
391390

392391
expect(getSize.toString()).toMatchInlineSnapshot(
393392
`"fn:getSize[slot=vec4f(1, 2, 3, 4)]"`,

0 commit comments

Comments
 (0)