Przeglądaj źródła

Merge branch 'master' into feature-plugin2

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