some comments

This commit is contained in:
Wolfgang Hottgenroth
2017-05-01 22:33:53 +02:00
parent a421153173
commit e51f252010

View File

@ -23,6 +23,7 @@ class MqttMongo {
(dbHandle: Mongo.Db) => { this.dbHandle = dbHandle },
(err: String) => {
console.log("Unable to connect to database: %s", err)
process.exit(1)
}
)
*/