diff --git a/app.js b/app.js index ba72a2f089..3c976a735a 100644 --- a/app.js +++ b/app.js @@ -79,5 +79,4 @@ app.listen(options.port, function() { console.log('Open MCT application running at localhost:' + options.port) }); - }());