Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhvanminh committed Aug 16, 2024
1 parent 470345e commit 06ad1b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ addDatasetBtn.addEventListener("click", () => {

downloadChartButton.addEventListener("click", () => {
const datasets = getDatasets();
console.log("datasets", datasets);
fullSizeChart.data.datasets = datasets;
fullSizeChart.data.labels = months(lengthOfTimeInMonths);

Expand Down

0 comments on commit 06ad1b5

Please sign in to comment.