Ver Fonte

Merge pull request #4 from yuki-takei/fix-buildserver-called-twice

fix buildServer() called twice
Yuki Takei há 9 anos atrás
pai
commit
cf571e7c29
1 ficheiros alterados com 0 adições e 2 exclusões
  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();
   });
 }