Explorar el Código

Remove console.log

Sotaro KARASAWA hace 11 años
padre
commit
a41c735304
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/util/middlewares.js

+ 0 - 1
lib/util/middlewares.js

@@ -118,7 +118,6 @@ exports.applicationNotInstalled = function() {
 exports.applicationInstalled = function() {
   return function(req, res, next) {
     var config = req.config;
-    console.log(config);
 
     if (Object.keys(config.crowi).length === 1) { // app:url is set by process
       return res.redirect('/installer');