Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Dec 20, 2021
1 parent d796526 commit 73bf4d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scenes/ConsoFollowUp/Diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const Diagram = ({
if (index === null || index === undefined || index === selectedBar?.index) return setSelectedBar({});
const day = days[index];
const label = `${day.getLocaleWeekDay('fr').capitalize()} ${day.getDate()} ${day.getLocaleMonth('fr')}`;
console.log('onPressBar');
setSelectedBar({ timestamp: day, index, label });
};

Expand Down

0 comments on commit 73bf4d7

Please sign in to comment.