yohei0125 3 år sedan
förälder
incheckning
f2c199933f
1 ändrade filer med 0 tillägg och 5 borttagningar
  1. 0 5
      packages/app/src/server/service/page-operation.ts

+ 0 - 5
packages/app/src/server/service/page-operation.ts

@@ -12,11 +12,6 @@ class PageOperationService {
     this.crowi = crowi;
     this.crowi = crowi;
   }
   }
 
 
-  // TODO: Remove this code when resuming feature is implemented
-  async init():Promise<void> {
-    await PageOperation.deleteMany({});
-  }
-
   /**
   /**
    * Check if the operation is operatable
    * Check if the operation is operatable
    * @param isRecursively Boolean that determines whether the operation is recursive or not
    * @param isRecursively Boolean that determines whether the operation is recursive or not