浏览代码

fix: remove layout log

ansoni 2 月之前
父节点
当前提交
0d574ef5ef
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,