diff --git a/js/html_actuator.js b/js/html_actuator.js
index 28db764ac6278fd15c6a675dd0e0db2590d230f3..dbf84052b9b3b01e01e80864525f0f4a00cc69ba 100644
--- a/js/html_actuator.js
+++ b/js/html_actuator.js
@@ -91,8 +91,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!"