We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c0aaa commit 052c746Copy full SHA for 052c746
src/app-layout/visual-refresh-toolbar/skeleton/index.tsx
@@ -137,8 +137,6 @@ export const SkeletonLayout = (props: RootSkeletonLayoutProps) => {
137
138
const contentWrapperElAttributes = getContentWrapperElAttributes?.(toolbarProps, verticalOffsets);
139
140
- console.log('contentElAttributes: ', contentElAttributes);
141
-
142
return (
143
<>
144
{/* Rendering a hidden copy of breadcrumbs to trigger their deduplication */}
0 commit comments