Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Dec 11, 2024
1 parent 33c0d79 commit 082a39f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webgpu/api/operation/adapter/info.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ g.test('adapter_info')
.fn(async t => {
const gpu = getGPU(t.rec);
const adapter = await gpu.requestAdapter();
console.log(adapter);
assert(adapter !== null);

const adapterInfo = adapter.info;
Expand Down

0 comments on commit 082a39f

Please sign in to comment.