From 62aa0fc5703ddc9cba21377d10dd4d070fd310e3 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Wed, 12 Feb 2014 08:24:47 +0000 Subject: [PATCH] Remove some debug info. --- src/input/Pointer.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/input/Pointer.js b/src/input/Pointer.js index f838ae94..e2b2b499 100644 --- a/src/input/Pointer.js +++ b/src/input/Pointer.js @@ -378,10 +378,6 @@ Phaser.Pointer.prototype = { { if ((!fromClick && currentNode.checkPointerOver(this)) || (fromClick && currentNode.checkPointerDown(this))) { - if (fromClick) - { - console.log('HRO set', currentNode.sprite.name, currentNode.priorityID, 'current highest', this._highestRenderOrderID, 'highest p', this._highestInputPriorityID); - } this._highestRenderOrderID = currentNode.sprite.renderOrderID; this._highestInputPriorityID = currentNode.priorityID; this._highestRenderObject = currentNode;