Parcourir la source

Merge branch 'master' into feature-plugin2

Yuki Takei il y a 9 ans
Parent
commit
00140afdc2
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      lib/crowi/index.js

+ 0 - 2
lib/crowi/index.js

@@ -96,8 +96,6 @@ Crowi.prototype.init = function() {
     return self.setupSlack();
   }).then(function() {
     return self.setupCsrf();
-  }).then(function() {
-    return self.buildServer();
   });
 }