umami - reduce track calls

This commit is contained in:
Azgaar 2021-10-08 00:32:49 +03:00 committed by Peter
parent 86b25c7711
commit 63a14764af
2 changed files with 0 additions and 54 deletions

View file

@ -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) {