Remove some debug info.

This commit is contained in:
photonstorm
2014-02-12 08:24:47 +00:00
parent c6cc2c9d71
commit 62aa0fc570
-4
View File
@@ -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;