Removed rogue log

This commit is contained in:
Richard Davey 2018-01-03 15:09:45 +00:00
parent 98a82e3672
commit b85ae018dd

View file

@ -4,8 +4,6 @@ var ProcessDownEvents = function (pointer)
{
var currentlyOver = this._temp;
console.log('ProcessDownEvents', this.topOnly);
this.events.dispatch(new InputEvent.POINTER_DOWN(pointer, currentlyOver));
// Go through all objects the pointer was over and fire their events / callbacks