mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
remove error tracking
This commit is contained in:
parent
b438fedf9a
commit
33b8cd3be5
1 changed files with 0 additions and 1 deletions
1
main.js
1
main.js
|
|
@ -663,7 +663,6 @@ function generate() {
|
|||
} catch (error) {
|
||||
ERROR && console.error(error);
|
||||
const parsedError = parseError(error);
|
||||
track("error", parsedError);
|
||||
clearMainTip();
|
||||
|
||||
alertMessage.innerHTML = `An error is occured on map generation. Please retry.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue