From f833644da6df1d34bebc9934e8832365a77fd8f6 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Sun, 7 Aug 2022 18:38:01 +0300 Subject: [PATCH] chore: remove log --- api/auth/services/lnurlAuth.service.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/auth/services/lnurlAuth.service.js b/api/auth/services/lnurlAuth.service.js index ea13b33..c8f3ee0 100644 --- a/api/auth/services/lnurlAuth.service.js +++ b/api/auth/services/lnurlAuth.service.js @@ -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(),