Skip to content

Commit 564ea9e

Browse files
committed
console removed
1 parent 38ac8d4 commit 564ea9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

forms-flow-nav/src/root.component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default function Root(props) {
4444
}
4545
const headerHeight = headerRef.current?.offsetHeight || 0;
4646
const totalHeight = `calc(100% - ${headerHeight}px)`;
47-
console.log(totalHeight);
4847
setSidenavHeight(totalHeight);
4948
}, [ hasMultitenancyHeader ]);
5049

0 commit comments

Comments
 (0)