Skip to content

Commit ea853b2

Browse files
authored
Remove onsole.log… oops (#2125)
1 parent 12f4653 commit ea853b2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/webapp/app/components/environments/EnvironmentLabel.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ export function EnvironmentLabel({
8282
const checkTruncation = () => {
8383
if (spanRef.current) {
8484
const isTruncated = spanRef.current.scrollWidth > spanRef.current.clientWidth;
85-
console.log(
86-
"isTruncated",
87-
isTruncated,
88-
spanRef.current.scrollWidth,
89-
spanRef.current.clientWidth
90-
);
9185
setIsTruncated(isTruncated);
9286
}
9387
};

0 commit comments

Comments
 (0)