Skip to content

Commit 62aa0fc

Browse files
committed
Remove some debug info.
1 parent c6cc2c9 commit 62aa0fc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/input/Pointer.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,6 @@ Phaser.Pointer.prototype = {
378378
{
379379
if ((!fromClick && currentNode.checkPointerOver(this)) || (fromClick && currentNode.checkPointerDown(this)))
380380
{
381-
if (fromClick)
382-
{
383-
console.log('HRO set', currentNode.sprite.name, currentNode.priorityID, 'current highest', this._highestRenderOrderID, 'highest p', this._highestInputPriorityID);
384-
}
385381
this._highestRenderOrderID = currentNode.sprite.renderOrderID;
386382
this._highestInputPriorityID = currentNode.priorityID;
387383
this._highestRenderObject = currentNode;

0 commit comments

Comments
 (0)