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