Explorar el Código

delete lines of init()

Yuki Takei hace 9 años
padre
commit
ab156b18d0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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();
   });
 }