Skip to content

Commit

Permalink
chore: remove logging
Browse files Browse the repository at this point in the history
Co-authored-by: dvdanielamoitzi <[email protected]>
  • Loading branch information
dv-usama-ansari and dvdanielamoitzi authored Nov 21, 2023
1 parent c5e2569 commit 37bbf78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vis/violin/ViolinVis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export function ViolinVis({ config, columns, scales, dimensions, selectedList, s

useEffect(() => {
const plotDiv = document.getElementById(`plotlyDiv${id}`);
console.log('useEffect rendering');
if (plotDiv) {
// NOTE: @dv-usama-ansari: This is a hack to update the plotly plots on resize.
// The `setTimeout` is used to pass the resize function to the next event loop, so that the plotly plots are rendered first.
Expand Down

0 comments on commit 37bbf78

Please sign in to comment.