From ce33401d050d22e1b7ded0cbaf256a4a886d4c0f Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Mon, 10 Mar 2014 11:32:04 +0100 Subject: [PATCH] remove analytics from master --- js/html_actuator.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/html_actuator.js b/js/html_actuator.js index 28db764..dbf8405 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!" -- GitLab