From 177d17ec10ef6245a7d43768fb474874fa3a1bf9 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 20 Jan 2023 11:32:39 +0200 Subject: [PATCH] chore: remove log statemet --- lnbits/core/templates/core/install.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lnbits/core/templates/core/install.html b/lnbits/core/templates/core/install.html index a038af906..5c3b15935 100644 --- a/lnbits/core/templates/core/install.html +++ b/lnbits/core/templates/core/install.html @@ -383,7 +383,6 @@ inProgress: false })) this.filteredExtensions = this.extensions.concat([]) - console.log('### his.filteredExtensions', this.filteredExtensions) }, mixins: [windowMixin] })