Skip to content

Commit

Permalink
Remove leftover debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
aniav committed Nov 11, 2023
1 parent e95799a commit 3dc943b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/data_object.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ window.DataObject = class DataObject {

var result = Papa.parse(csv, config);

/*if (extraRow) {
var firstRow = result.data[0];
console.log(result.data);
for(var key in firstRow) {
alert(key);
}
}*/
return (this.base_json = result);
}

Expand Down

0 comments on commit 3dc943b

Please sign in to comment.