Sfoglia il codice sorgente

remove unnecessary line

Yuki Takei 4 anni fa
parent
commit
1360e4d9c2
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/app/src/server/crowi/index.js

+ 0 - 1
packages/app/src/server/crowi/index.js

@@ -64,7 +64,6 @@ function Crowi() {
   this.socketIoService = null;
   this.pageService = null;
   this.syncPageStatusService = null;
-  this.cdnResourcesService = new CdnResourcesService();
   this.interceptorManager = new InterceptorManager();
   this.slackBotService = null;
   this.xss = new Xss();