Shun Miyazawa 2 лет назад
Родитель
Сommit
e8c67888b0
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/server/service/page/index.ts

+ 0 - 1
apps/app/src/server/service/page/index.ts

@@ -3758,7 +3758,6 @@ class PageService implements IPageService {
    * Set options.isSynchronously to true to await all process when you want to run this method multiple times at short intervals.
    */
   async create(_path: string, body: string, user: HasObjectId, options: IOptionsForCreate = {}): Promise<PageDocument> {
-    console.log('呼ばれた!');
     // Switch method
     const isV5Compatible = this.crowi.configManager.getConfig('crowi', 'app:isV5Compatible');
     if (!isV5Compatible) {