Skip to content

Commit 1f86e7e

Browse files
authored
clean: remove console log.
removed this console log which was automatically being logged from the last update "console.log("panelColorsObject", panelColorsObject)"
1 parent a8a513c commit 1f86e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/SVG.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export default function SVG(props: SVGProps) {
5757

5858
const maxCount = Math.max(...value.map(item => item.count), 0);
5959
const panelColorsObject = Array.isArray(panelColors) ? convertPanelColors(panelColors, maxCount) : panelColors;
60-
console.log("panelColorsObject", panelColorsObject)
6160
const [gridNum, setGridNum] = useState(0);
6261
const [leftPad, setLeftPad] = useState(!!weekLabels ? 28 : 5);
6362

0 commit comments

Comments
 (0)