Browse Source

fix: remove layout log

ansoni 2 months ago
parent
commit
0d574ef5ef
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/app/[locale]/(TabBar)/[[...share]]/layout.tsx

+ 0 - 1
src/app/[locale]/(TabBar)/[[...share]]/layout.tsx

@@ -51,7 +51,6 @@ const Placeholder = () => {
     return <div className={"flex justify-center"}>{/*<Loading/>*/}</div>;
 };
 const Layout: FC<PropsWithChildren<Props>> = async (props) => {
-    console.log(`🚀🚀🚀🚀🚀-> in layout.tsx on 54 布局组件加载。。。`);
     const {
         children,
         swiperWidget,