瀏覽代碼

Merge branch 'master' into feature-plugin2

Yuki Takei 9 年之前
父節點
當前提交
00140afdc2
共有 1 個文件被更改,包括 0 次插入2 次删除
  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();
   });
 }