Skip to content

Commit

Permalink
📝 fix: delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Dec 20, 2023
1 parent 1df83ce commit d45814c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Layout/components/LayoutTypeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const LayoutTypeContainer = (props: LayoutTypeContainerProps) => {
const [LeftPannelDom, RightPannelDom, BottomPannelDom, CenterPannelDom] = pannels;
const [HeaderDom, FooterDom] = headerandfooter;

console.log('type', type);

if (type === 'Left&Right') {
return (
<Flexbox className={styles.layout} {...rest}>
Expand Down

0 comments on commit d45814c

Please sign in to comment.