Skip to content

Commit

Permalink
Remove unnessosary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyaod committed Dec 17, 2023
1 parent 8ecc2c8 commit f25690d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viewer-2/pages/dashboard-tracks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import CalendarHeatmap from 'react-calendar-heatmap';
import 'react-calendar-heatmap/dist/styles.css'

const IndexPage = ({index, heatmap}) => {
console.log(heatmap)
return (
<div style={{width: "100%", height: "100%", paddingTop: "3%"}}>
<div style={{width: "100%", height: "50%", display: "flex", alignItems: "center", marginTop: "1%"}}>
Expand Down

0 comments on commit f25690d

Please sign in to comment.