From 63a14764af578f31769963f3cfafa49e70e9b231 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 8 Oct 2021 00:32:49 +0300 Subject: [PATCH] umami - reduce track calls --- index.html | 53 ----------------------------------------------------- main.js | 1 - 2 files changed, 54 deletions(-) diff --git a/index.html b/index.html index c6df8c33..e6799da1 100644 --- a/index.html +++ b/index.html @@ -7980,57 +7980,4 @@ -======= - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->>>>>>> c6917a14 (religion gen fix) diff --git a/main.js b/main.js index 9be651b8..a2f68240 100644 --- a/main.js +++ b/main.js @@ -2073,7 +2073,6 @@ function showStatistics() { mapId = Date.now(); // unique map id is it's creation date number mapHistory.push({seed, width: graphWidth, height: graphHeight, template: heightmap, created: mapId}); INFO && console.log(stats); - track("generate", `Template: ${template} ${templateRandom}. Points: ${pointsInput.dataset.cells}`); } const regenerateMap = debounce(async function (options) {