فهرست منبع

Remove logger

Shun Miyazawa 2 سال پیش
والد
کامیت
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) {