Work on frontend, fix removal of useless data

This commit is contained in:
Cryptkeeper
2015-12-18 18:25:59 -06:00
parent 649d8abd33
commit 5a9be282f7
4 changed files with 24 additions and 2 deletions

2
app.js
View File

@ -168,6 +168,8 @@ function startServices() {
});
}
logger.log('info', 'Booting, please wait...');
if (config.logToDatabase) {
// Setup our database.
db.setup();