Skip to content

Commit 4d14119

Browse files
committed
Removed console.log.
1 parent d5ffe1f commit 4d14119

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/input/Mouse.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ Phaser.Mouse.prototype = {
309309
*/
310310
onMouseUp: function (event) {
311311

312-
console.log('onMouseUp', event);
313-
314312
this.event = event;
315313

316314
if (this.capture)

0 commit comments

Comments
 (0)