mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Removed logs
This commit is contained in:
parent
410ffc68c6
commit
babe6e9daf
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
var CHECKSUM = {
|
||||
build: '02a76170-5aaf-11e7-923b-5bf433948572'
|
||||
build: '234a6e20-5acf-11e7-94ea-914d156f6e97'
|
||||
};
|
||||
module.exports = CHECKSUM;
|
|
@ -86,7 +86,7 @@ var World = new Class({
|
|||
// Check the body against the spatial hash
|
||||
checkHash: function (body, hash, size)
|
||||
{
|
||||
console.log('checkHash');
|
||||
// console.log('checkHash');
|
||||
|
||||
var checked = {};
|
||||
var xmin = Math.floor(body.pos.x / size);
|
||||
|
@ -142,7 +142,7 @@ var World = new Class({
|
|||
|
||||
if (bodyA.collides && bodyB.collides && bodyA.collides + bodyB.collides > COLLIDES.ACTIVE)
|
||||
{
|
||||
console.log('solve');
|
||||
// console.log('solve');
|
||||
Solver(this, bodyA, bodyB);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue