From d5b373defbd9ac3f2a131fd168992ef2e761d42b Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 17 Feb 2020 07:54:17 +0000 Subject: [PATCH] Remove unused variable --- services/contacts/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/contacts/app.js b/services/contacts/app.js index 95992bd66b..f99aff0661 100644 --- a/services/contacts/app.js +++ b/services/contacts/app.js @@ -14,8 +14,6 @@ const bodyParser = require('body-parser') const Errors = require('./app/js/Errors') const HttpController = require('./app/js/HttpController') -const Path = require('path') - logger.initialize('contacts') if (Metrics.event_loop != null) { Metrics.event_loop.monitor(logger)