Skip to content

Commit

Permalink
feat(chart_sdk): remove console.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalleri committed Dec 10, 2024
1 parent cb002ec commit dd645ef
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ export default function chartOptions(title, referenceDataset, currentDataset) {
],
};

console.debug('🚀 ~ chartOptions ~ options:', options);

return options;
}

0 comments on commit dd645ef

Please sign in to comment.