Skip to content

Commit 34065c2

Browse files
removed console.log from unit tests
1 parent 028e655 commit 34065c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/dev/base/lib/api/services/mesh.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ describe("Mesh unit tests", () => {
284284
const result = meshBitByBit.meshMeshIntersectionPoints({ mesh1: cube1Tris, mesh2: cube2Tris });
285285
// Should return 4 polylines worth of points (same as polylines count)
286286
expect(result.length).toBe(4);
287-
console.log(result);
288287
expect(result).toEqual([
289288
[
290289
[1, -0.5, -1],

0 commit comments

Comments
 (0)