Skip to content

Commit

Permalink
remove bogus log
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Dec 14, 2024
1 parent 493419f commit 76e3cb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webgpu/src/__tests__/GPU.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ describe("Adapter", () => {
};
});
});
console.log(result);
expect(result).toBeDefined();
expect(result!.vendor).toBeDefined();
expect(result!.architecture).toBeDefined();
Expand Down

0 comments on commit 76e3cb9

Please sign in to comment.