Skip to content

Commit d80ecb4

Browse files
committed
removed a debug log
1 parent c3b9c36 commit d80ecb4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

library/src/layouting/AppLayout.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,6 @@ function TopNavigation({
187187

188188
useEffect(() => {
189189
const root = document.documentElement
190-
console.log(
191-
"UIKitTs - Top navigation height set to before:",
192-
height,
193-
topNavigationHeightVar,
194-
)
195190
if (height) {
196191
const heightVal =
197192
typeof height === "number" ? `${height}px` : height

0 commit comments

Comments
 (0)