removing console.log

This commit is contained in:
Julian Lam
2014-09-30 23:58:52 -04:00
parent 43db2289c2
commit f082849126

View File

@@ -94,7 +94,6 @@
dbIdx = parseInt(nconf.get('redis:database'), 10);
if (dbIdx) {
console.log('SELECTING dbIdxBBBBBB', dbIdx);
cxn.select(dbIdx, function(error) {
if(error) {
winston.error("NodeBB could not connect to your Redis database. Redis returned the following error: " + error.message);