removing console.log

v1.18.x
Julian Lam 10 years ago
parent 43db2289c2
commit f082849126

@ -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);

Loading…
Cancel
Save