From 5db316613642507fb59ac1aa18b789fb891ee0ae Mon Sep 17 00:00:00 2001
From: psychobunny <psycho.bunny@hotmail.com>
Date: Wed, 22 Apr 2015 14:54:55 -0400
Subject: [PATCH] log

---
 install/web.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/install/web.js b/install/web.js
index af5b168692..745e1d2063 100644
--- a/install/web.js
+++ b/install/web.js
@@ -63,8 +63,6 @@ function welcome(req, res) {
 		});
 	});
 
-	console.log(req.body);
-
 	res.render('install/index', {
 		databases: databases,
 		error: res.locals.error ? true : false,