diff --git a/app.js b/app.js index 1ce5938..92e2e1c 100644 --- a/app.js +++ b/app.js @@ -11,9 +11,6 @@ low = require('lowdb'); let config = low('config.json'); let db = low('db.json'); -let tbdLabel = config.get('mainConfig').chain().find({ param: 'tbdLabel' }).value()['value']; -//let tbdLabel = config.get('mainConfig').chain().find({ param: 'tbdLabel' }).value()['value']; - let routes = require('./routes/routes'), app = express();