Browse Source

remove debug code

Futa Arai 1 year ago
parent
commit
ef6c031913
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

@@ -592,8 +592,6 @@ function injectServerConfigurations(context: GetServerSidePropsContext, props: P
   props.isUploadAllFileAllowed = fileUploadService.getFileUploadEnabled();
   props.isUploadEnabled = fileUploadService.getIsUploadable();
   props.isBulkExportPagesEnabled = configManager.getConfig('app:isBulkExportPagesEnabled');
-  console.log('ここ');
-  console.log(configManager.getConfig('app:pageBulkExportPdfConverterUri'));
   props.isPdfBulkExportEnabled = configManager.getConfig('app:pageBulkExportPdfConverterUri') != null;
 
   props.isLocalAccountRegistrationEnabled = passportService.isLocalStrategySetup