chore: remove log

This commit is contained in:
MTG2000
2022-08-07 18:38:01 +03:00
parent 8760e6d9b6
commit f833644da6

View File

@@ -64,7 +64,6 @@ async function generateAuthUrl() {
const hash = createHash(secret);
await addHash(hash)
const url = `${hostname}?tag=login&k1=${secret}`
console.log(url);
return {
url,
encoded: lnurl.encode(url).toUpperCase(),