Skip to content

Commit 09cb8db

Browse files
committed
Removed logging
1 parent 70f6484 commit 09cb8db

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/physics/arcade/World.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,6 @@ var World = new Class({
908908
*/
909909
update: function (time, delta)
910910
{
911-
console.log('World.update ------>', time);
912-
913911
if (this.isPaused || this.bodies.size === 0)
914912
{
915913
return;
@@ -1006,8 +1004,6 @@ var World = new Class({
10061004
*/
10071005
postUpdate: function ()
10081006
{
1009-
console.log('<----- World.postUpdate');
1010-
10111007
var i;
10121008
var body;
10131009
var bodies = this.bodies.entries;

0 commit comments

Comments
 (0)