Do not display config at the beginning of the app

This commit is contained in:
Clement Michaud 2017-01-29 14:57:40 +01:00
parent 0c748e9304
commit e88d47a83b

View File

@ -27,8 +27,6 @@ var config = {
notifier: yaml_config.notifier, notifier: yaml_config.notifier,
} }
console.log(config);
var ldap_client = ldap.createClient({ var ldap_client = ldap.createClient({
url: config.ldap_url, url: config.ldap_url,
reconnect: true reconnect: true