ldap-authentication
ldap-authentication copied to clipboard
console.log in code
Is it possible to turn off the console.log call?
https://github.com/shaozi/ldap-authentication/blob/50e3422d132f0d836cda6a850af1a1dbf6272a9f/index.js#L90
and
https://github.com/shaozi/ldap-authentication/blob/50e3422d132f0d836cda6a850af1a1dbf6272a9f/index.js#L136
I get a lot of "referral: ..." lines which should not be in my output.
Thanks!