Jelajahi Sumber

rm debug log

Shun Miyazawa 2 tahun lalu
induk
melakukan
c67b30d692
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      apps/app/src/pages/[[...path]].page.tsx

+ 0 - 2
apps/app/src/pages/[[...path]].page.tsx

@@ -499,8 +499,6 @@ async function injectRoutingInformation(context: GetServerSidePropsContext, prop
       hasDraft: crowi.pageService.hasYjsDraft(page._id),
       awarenessStateSize: crowi.pageService.getYjsAwarenessStateSize(page._id),
     };
-
-    console.log('yjsData', props.yjsData);
   }
 }