From a58d1a38b1dc9af8d703af50cadd9235771cd590 Mon Sep 17 00:00:00 2001 From: Julien OLLIVIER Date: Tue, 26 May 2020 12:06:19 +0200 Subject: [PATCH] remove the console.log() --- lib/src/CalendarHeatmap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/CalendarHeatmap.js b/lib/src/CalendarHeatmap.js index 14f64d9..ee1aef6 100644 --- a/lib/src/CalendarHeatmap.js +++ b/lib/src/CalendarHeatmap.js @@ -71,7 +71,6 @@ const CalendarHeatmap = props => { }; useEffect(() => { - console.log("Value Cache: ", getValueCache(values)); setValueCache(getValueCache(values)); }, []);