浏览代码

remove console.log

David Catuhe 5 年之前
父节点
当前提交
64de3a1702
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/unit/babylon/src/Physics/babylon.physicsComponents.tests.ts

+ 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]);
 
         });