Skip to content

Commit 052c746

Browse files
committed
fix: remove unnecessary import
1 parent a8c0aaa commit 052c746

File tree

1 file changed

+0
-2
lines changed
  • src/app-layout/visual-refresh-toolbar/skeleton

1 file changed

+0
-2
lines changed

src/app-layout/visual-refresh-toolbar/skeleton/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ export const SkeletonLayout = (props: RootSkeletonLayoutProps) => {
137137

138138
const contentWrapperElAttributes = getContentWrapperElAttributes?.(toolbarProps, verticalOffsets);
139139

140-
console.log('contentElAttributes: ', contentElAttributes);
141-
142140
return (
143141
<>
144142
{/* Rendering a hidden copy of breadcrumbs to trigger their deduplication */}

0 commit comments

Comments
 (0)