suppression console log + ajout script pour build

This commit is contained in:
Quentin Roussel
2023-03-22 09:56:48 +01:00
parent cf6c4861cb
commit db1acd820f
6 changed files with 11 additions and 16 deletions

View File

@@ -23,7 +23,6 @@ export default function Stats() {
setXlabels(newXlabels);
setPlotData(newPlotData);
setChartReady(true);
console.log(timeInterval, stats, plotData, xlabels);
}else {
setChartReady(false);
}