From cbf949e7b18c84f253cb07c8c598b4232d687190 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Wed, 21 Nov 2018 09:25:35 +0100 Subject: [PATCH] remove tdblabel from app.js --- app.js | 3 --- 1 file changed, 3 deletions(-) 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();