瀏覽代碼

remove debug code

Futa Arai 1 年之前
父節點
當前提交
ef6c031913
共有 1 個文件被更改,包括 0 次插入2 次删除
  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