Skip to content

Commit

Permalink
Remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed May 1, 2024
1 parent 79da189 commit d6c757a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/graph.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ describe('Graph Tests', () => {
0.0, 0.0, 0.0, 1.0
);
for (const n of allNodes) {
console.log(n)
expect(Matrix4.equalsEpsilon(n.localToWorldTransform, expected, eps)).toBe(true);
}

Expand Down

0 comments on commit d6c757a

Please sign in to comment.