remove tdblabel from app.js

This commit is contained in:
Lukas Bachschwell 2018-11-21 09:25:35 +01:00
parent b86026d570
commit cbf949e7b1
1 changed files with 0 additions and 3 deletions

3
app.js
View File

@ -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();