Browse Source

delete lines of init()

Yuki Takei 9 years ago
parent
commit
ab156b18d0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/crowi/index.js

+ 0 - 2
lib/crowi/index.js

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