Removed log

This commit is contained in:
Shahan Nedadahandeh 2022-08-08 21:32:07 -07:00
parent 5493c10bca
commit 21fc12b13a
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ export const WordCloud = withTooltip(
hideTooltip,
} = useTooltip<WordData>();
console.log("got width", width);
return (
<div className={className}>
<WordCloudWordsMemoized
@ -205,7 +204,6 @@ const shouldNotRerender = (
nextProps.tooltipLeft === undefined ||
nextProps.tooltipTop === undefined)
) {
console.log("widths ", prevProps.width, nextProps.width);
return true; // do not re-render
}
return false; // will re-render