Skip to content

Commit

Permalink
Removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom32i committed Jun 20, 2014
1 parent 1d85517 commit 0bc43ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/GamepadListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ GamepadListener.prototype.update = function()
*/
GamepadListener.prototype.addGamepad = function(gamepad)
{
console.log('addGamepad', gamepad);

var handler = new GamepadHandler(gamepad, this.options);

handler.on('axis', this.onAxis);
Expand All @@ -91,8 +89,6 @@ GamepadListener.prototype.removeGamepad = function(index)
{
var handler = this.handlers[index];

console.log('removeGamepad', index, handler, handler.gamepad);

handler.off('axis', this.onAxis);
handler.off('button', this.onButton);

Expand Down

0 comments on commit 0bc43ec

Please sign in to comment.