Skip to content

Commit babe6e9

Browse files
committed
Removed logs
1 parent 410ffc6 commit babe6e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '02a76170-5aaf-11e7-923b-5bf433948572'
2+
build: '234a6e20-5acf-11e7-94ea-914d156f6e97'
33
};
44
module.exports = CHECKSUM;

v3/src/physics/impact/World.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var World = new Class({
8686
// Check the body against the spatial hash
8787
checkHash: function (body, hash, size)
8888
{
89-
console.log('checkHash');
89+
// console.log('checkHash');
9090

9191
var checked = {};
9292
var xmin = Math.floor(body.pos.x / size);
@@ -142,7 +142,7 @@ var World = new Class({
142142

143143
if (bodyA.collides && bodyB.collides && bodyA.collides + bodyB.collides > COLLIDES.ACTIVE)
144144
{
145-
console.log('solve');
145+
// console.log('solve');
146146
Solver(this, bodyA, bodyB);
147147
}
148148
}

0 commit comments

Comments
 (0)