diff --git a/lib/lndhub.js b/lib/lndhub.js index 250a67a..60cf0c1 100644 --- a/lib/lndhub.js +++ b/lib/lndhub.js @@ -36,7 +36,6 @@ export default class Lndhub { async auth (username, password) { const payload = { "login": username, "password": password }; const data = await this.callEndpoint('post', '/auth', payload); - console.log('data', data); if (data.error) { console.warn('Lndhub connection failed:', data.message);