some cleanup of unread

This commit is contained in:
Baris Soner Usakli
2014-02-21 15:54:51 -05:00
parent 31f877ccee
commit eb3b240b04
3 changed files with 22 additions and 33 deletions

View File

@@ -20,7 +20,6 @@
module.init = function(callback) {
mongoClient.connect('mongodb://'+ nconf.get('mongo:host') + ':' + nconf.get('mongo:port') + '/' + nconf.get('mongo:database'), function(err, _db) {
if(err) {
winston.error("NodeBB could not connect to your Mongo database. Mongo returned the following error: " + err.message);