From d6c757a8f30a00a7db80fb5247b9eb897081fcd7 Mon Sep 17 00:00:00 2001 From: mixxen Date: Tue, 30 Apr 2024 21:34:56 -1000 Subject: [PATCH] Remove console.log. --- tests/graph.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/graph.test.js b/tests/graph.test.js index ec3b35c..cefacbb 100644 --- a/tests/graph.test.js +++ b/tests/graph.test.js @@ -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); }