Przeglądaj źródła

remove console.log

David Catuhe 5 lat temu
rodzic
commit
64de3a1702

+ 0 - 1
tests/unit/babylon/src/Physics/babylon.physicsComponents.tests.ts

@@ -201,7 +201,6 @@ describe('Babylon physicsComponents', () => {
 
             // we whacked it right along the axis, so don't expect any angular velocity
             var angularVelocity2 = sphere.physicsImpostor.getAngularVelocity()
-            console.log(angularVelocity2);
             expect(angularVelocity2.asArray()).to.deep.equal([0, 0, 0]);
 
         });