Skip to content

Commit

Permalink
Removed logging sankey
Browse files Browse the repository at this point in the history
  • Loading branch information
EliaFantini committed Jun 4, 2023
1 parent a817598 commit 41b13c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/js/sankey_g.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const categories = {
.then(response => response.text())
.then(csvData => {
const dataTable = new google.visualization.DataTable();
console.log(csvData);

// Split the CSV data into rows
const rows = csvData.trim().split('\n');
Expand Down

0 comments on commit 41b13c4

Please sign in to comment.