From e88d47a83b19d29737e78d211f47ff39e4479fb5 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 29 Jan 2017 14:57:40 +0100 Subject: [PATCH] Do not display config at the beginning of the app --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index 4717ff2e..653749c6 100644 --- a/src/index.js +++ b/src/index.js @@ -27,8 +27,6 @@ var config = { notifier: yaml_config.notifier, } -console.log(config); - var ldap_client = ldap.createClient({ url: config.ldap_url, reconnect: true