removed forced db sync

This commit is contained in:
bill bittner 2017-08-10 10:02:52 -07:00
parent dcaa561e8f
commit a14e85f255

View file

@ -132,7 +132,7 @@ app.set('view engine', 'handlebars');
// start the server
db.sequelize
.sync({force: true}) // sync sequelize
.sync() // sync sequelize
.then(() => { // get the download directory from the daemon
logger.info('Retrieving daemon download directory');
return getDownloadDirectory();