Browse Source

Remove console.log

Sotaro KARASAWA 11 years ago
parent
commit
a41c735304
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/util/middlewares.js

+ 0 - 1
lib/util/middlewares.js

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