mirror of
https://github.com/wassname/phaser.git
synced 2026-07-12 00:50:45 +08:00
Remove some debug info.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user