Removed console log from mash dictionary generator.

This commit is contained in:
ThePendulum 2022-10-22 02:08:02 +02:00
parent 2bc9a761e5
commit 5c1d622862
2 changed files with 0 additions and 802451 deletions

View File

@ -50,8 +50,6 @@ async function init() {
}, {});
await fs.writeFile('./mash-words.json', JSON.stringify(sortedWords, null, 4));
console.log(sortedWords);
}
init();

File diff suppressed because it is too large Load Diff