瀏覽代碼

clean code

Yuki Takei 9 年之前
父節點
當前提交
c39b752547
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/crowi/index.js

+ 1 - 1
lib/crowi/index.js

@@ -378,7 +378,7 @@ Crowi.prototype.buildServer = function() {
   }
 
   if (env == 'development') {
-    //swig.setDefaults({ cache: false });
+    //swig.setDefaults({ cache: false });   // moved to dev.js -- 2017.07.09 Yuki Takei
     const morgan = require('morgan');
     app.use(morgan('dev'));
   }