Przeglądaj źródła

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

fix buildServer() called twice
Yuki Takei 9 lat temu
rodzic
commit
cf571e7c29
1 zmienionych plików z 0 dodań i 2 usunięć
  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();
   });
 }