Browse Source

rm debug log

Shun Miyazawa 2 years ago
parent
commit
c67b30d692
1 changed files with 0 additions and 2 deletions
  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),
       hasDraft: crowi.pageService.hasYjsDraft(page._id),
       awarenessStateSize: crowi.pageService.getYjsAwarenessStateSize(page._id),
       awarenessStateSize: crowi.pageService.getYjsAwarenessStateSize(page._id),
     };
     };
-
-    console.log('yjsData', props.yjsData);
   }
   }
 }
 }