diff --git a/main.js b/main.js index b2e1c78..07c3e94 100644 --- a/main.js +++ b/main.js @@ -162,6 +162,7 @@ function initWebServer(settings) { app = express(); router = express.Router(); +/* // install authentication app.get('/', function (req, res) { if (settings.auth) { @@ -215,6 +216,7 @@ function initWebServer(settings) { adapter.log.error('port missing'); process.exit(1); } + */ } function pollData() {