diff --git a/js/html_actuator.js b/js/html_actuator.js
index 2b85517..a68d600 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!"