Skip to content

Commit

Permalink
clean: remove console log.
Browse files Browse the repository at this point in the history
removed this console log which was automatically being logged from the last update  

"console.log("panelColorsObject", panelColorsObject)"
  • Loading branch information
apmanager001 authored Nov 17, 2024
1 parent a8a513c commit 1f86e7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/SVG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export default function SVG(props: SVGProps) {

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

Expand Down

0 comments on commit 1f86e7e

Please sign in to comment.