Skip to content

Commit

Permalink
chore: remove console log #1836
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Feb 16, 2023
1 parent 3e0e13d commit 23cddb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/plot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,6 @@ export const
},
},
customContent: (_title, items) => {
console.log(items)
ReactDOM.render(<PlotTooltip items={items} />, tooltipContainer)
return tooltipContainer
}
Expand Down

0 comments on commit 23cddb7

Please sign in to comment.