Skip to content

Commit 217689f

Browse files
committed
Remove test
1 parent b16b989 commit 217689f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Layout/PanelSideBarLayout/PanelSideBarLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const PanelSideBarLayout = (props: PanelSideBarLayoutProps) => {
3030
const toggleSidebar = () => setIsOpen((prev) => !prev);
3131

3232
const { brand: contextBrand, footer: contextFooter, userDropDownMenu, userDropDownMenuToggle } = usePanelSideBarLayoutContext();
33-
console.log("Test");
3433

3534
return (
3635
<>

0 commit comments

Comments
 (0)