diff --git a/js/html_actuator.js b/js/html_actuator.js index 2b855179c81f048d2885fa75e1a6db02ee5fa3fe..a68d60005f1e3b1994656d8d5da5e55e6f537121 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -106,8 +106,6 @@ HTMLActuator.prototype.updateScore = function (score) { }; HTMLActuator.prototype.message = function (won) { - if (ga) ga("send", "event", "game", "end", type, this.score); - var type = won ? "game-won" : "game-over"; var message = won ? "You win!" : "Game over!"