Explorar o código

Remove logger

Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
e8c67888b0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {