Shun Miyazawa 5 months ago
parent
commit
22ab59a187
1 changed files with 0 additions and 2 deletions
  1. 0 2
      apps/app/src/pages/[[...path]]/server-side-props.ts

+ 0 - 2
apps/app/src/pages/[[...path]]/server-side-props.ts

@@ -169,8 +169,6 @@ export async function getServerSidePropsForInitial(
 export async function getServerSidePropsForSameRoute(
   context: GetServerSidePropsContext,
 ): Promise<GetServerSidePropsResult<Stage2EachProps>> {
-  // -- TODO: :https://redmine.weseek.co.jp/issues/174725
-  // Remove getServerSideI18nProps from getServerSidePropsForSameRoute for performance improvement
   const [i18nPropsResult, pageDataForSameRouteResult] = await Promise.all([
     getServerSideI18nProps(context, ['translation']),
     getPageDataForSameRoute(context),