Skip to content

Commit

Permalink
fix: suppression console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Hei committed Oct 8, 2021
1 parent e9f0394 commit 8f7e3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Graph2 = ({ kpi }) => {
};

export default function Stats() {
console.log(stats);
//console.log(stats);
// const data = toGraphData(stats.kpis.find(k => k.titre === "connexions par jour"));
// console.log(data);
return (
Expand Down

0 comments on commit 8f7e3b7

Please sign in to comment.