Browse Source

Merge branch 'master' into feature-plugin2

Yuki Takei 9 years ago
parent
commit
00140afdc2
1 changed files with 0 additions and 2 deletions
  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();
   });
 }