Remove debug log

This commit is contained in:
Râu Cao
2023-11-22 21:14:44 +01:00
parent 833ab50616
commit ae44874671

View File

@@ -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);