Skip to content

Commit 026c204

Browse files
committed
Commented out a few logs
1 parent 813e135 commit 026c204

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/physics/arcade/SeparateY.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ var SeparateY = function (body1, body2, overlapOnly, bias)
3636

3737
var collisionInfo = GetOverlapY(body1, body2, overlapOnly, bias);
3838

39-
console.log(collisionInfo);
40-
41-
console.log('post-GetOverlap by = body1', body1.y, 'body2', body2.y);
42-
console.log('post-GetOverlap gy = body1', body1.gameObject.y, 'body2', body2.gameObject.y);
39+
// console.log(collisionInfo);
40+
// console.log('post-GetOverlap by = body1', body1.y, 'body2', body2.y);
41+
// console.log('post-GetOverlap gy = body1', body1.gameObject.y, 'body2', body2.gameObject.y);
4342

4443
var overlap = collisionInfo.overlapY;
4544
var topFace = collisionInfo.face === CONST.FACING_UP;

0 commit comments

Comments
 (0)