mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
removing console.log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user