Kaynağa Gözat

delete lines of init()

Yuki Takei 9 yıl önce
ebeveyn
işleme
ab156b18d0
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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();
   });
 }