From d8a2b9d2af02e1eb8f17de26bf58fabc61c334c0 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Fri, 25 Oct 2013 05:43:10 +0100 Subject: [PATCH] Removed console.log --- src/gameobjects/Sprite.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gameobjects/Sprite.js b/src/gameobjects/Sprite.js index 0a45b074..e3ffa14c 100644 --- a/src/gameobjects/Sprite.js +++ b/src/gameobjects/Sprite.js @@ -392,7 +392,6 @@ Phaser.Sprite.prototype.updateCache = function() { if (this.worldTransform[1] != this._cache.i01 || this.worldTransform[3] != this._cache.i10) { - console.log('updateCache wt', this.name); this._cache.a00 = this.worldTransform[0]; // scaleX a this._cache.a01 = this.worldTransform[1]; // skewY c this._cache.a10 = this.worldTransform[3]; // skewX b