From e799435406e57f2da7353a71687cfa364c1ca0d6 Mon Sep 17 00:00:00 2001 From: annapanni Date: Thu, 24 Mar 2022 23:05:39 +0100 Subject: [PATCH] remove debug messages --- modules/ui/cultures-editor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ui/cultures-editor.js b/modules/ui/cultures-editor.js index e14e9079..e589f20d 100644 --- a/modules/ui/cultures-editor.js +++ b/modules/ui/cultures-editor.js @@ -895,9 +895,7 @@ function editCultures() { .flat(); const populated = pack.cells.pop.map((c, i) => c? i: null).filter(c => c); cultures.forEach((item) => {if (item.i) item.removed = true}); - console.log(csv); for (const c of csv.iterator((a, b) => +a[0] > +b[0])) { - console.log(c); let current; if (+c.id < cultures.length) { current = cultures[c.id];