Skip to content

Commit

Permalink
fix(suite): Delete console log (#13833)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik authored Aug 15, 2024
1 parent aceb3c7 commit 6c8cc64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const TruncateWithTooltip = ({
const resizeObserver = new ResizeObserver(entries => {
const { inlineSize: elementWidth, blockSize: elementHeight } =
entries[0].borderBoxSize?.[0];
console.log('___', scrollWidth, elementWidth);
setIsTooltipVisible(
scrollWidth > Math.ceil(elementWidth) || scrollHeight > Math.ceil(elementHeight),
);
Expand Down

0 comments on commit 6c8cc64

Please sign in to comment.