mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 20:41:23 +01:00
remove debug messages
This commit is contained in:
parent
79292bf40b
commit
e799435406
1 changed files with 0 additions and 2 deletions
|
|
@ -895,9 +895,7 @@ function editCultures() {
|
||||||
.flat();
|
.flat();
|
||||||
const populated = pack.cells.pop.map((c, i) => c? i: null).filter(c => c);
|
const populated = pack.cells.pop.map((c, i) => c? i: null).filter(c => c);
|
||||||
cultures.forEach((item) => {if (item.i) item.removed = true});
|
cultures.forEach((item) => {if (item.i) item.removed = true});
|
||||||
console.log(csv);
|
|
||||||
for (const c of csv.iterator((a, b) => +a[0] > +b[0])) {
|
for (const c of csv.iterator((a, b) => +a[0] > +b[0])) {
|
||||||
console.log(c);
|
|
||||||
let current;
|
let current;
|
||||||
if (+c.id < cultures.length) {
|
if (+c.id < cultures.length) {
|
||||||
current = cultures[c.id];
|
current = cultures[c.id];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue