Removed console log from mash dictionary generator.
This commit is contained in:
parent
2bc9a761e5
commit
5c1d622862
|
@ -50,8 +50,6 @@ async function init() {
|
||||||
}, {});
|
}, {});
|
||||||
|
|
||||||
await fs.writeFile('./mash-words.json', JSON.stringify(sortedWords, null, 4));
|
await fs.writeFile('./mash-words.json', JSON.stringify(sortedWords, null, 4));
|
||||||
|
|
||||||
console.log(sortedWords);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
802449
assets/mash-words.json
802449
assets/mash-words.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue