diff --git a/koki/koryo.js b/koki/koryo.js index 305db40..d84da5a 100644 --- a/koki/koryo.js +++ b/koki/koryo.js @@ -34,11 +34,9 @@ then((resp) => { if (resp.ok) return resp.text(); }).then((txt) => { - while(!null){ point = new CSV(txt,{header: true}).parse(); putValues(point[pos]); console.log(point[pos]); - } });; } init();