diff --git a/BTCPayServer/Components/AppSales/AppSales.cs b/BTCPayServer/Components/AppSales/AppSales.cs index 4e0d3dbe5..02670e115 100644 --- a/BTCPayServer/Components/AppSales/AppSales.cs +++ b/BTCPayServer/Components/AppSales/AppSales.cs @@ -1,11 +1,5 @@ -using System; -using System.Security.AccessControl; using System.Threading.Tasks; -using BTCPayServer.Data; -using BTCPayServer.Models.AppViewModels; using BTCPayServer.Services.Apps; -using BTCPayServer.Services.Stores; -using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ViewComponents; using Microsoft.AspNetCore.Mvc.ViewFeatures; diff --git a/BTCPayServer/Components/AppSales/AppSalesViewModel.cs b/BTCPayServer/Components/AppSales/AppSalesViewModel.cs index d7fab9e94..3d7513cab 100644 --- a/BTCPayServer/Components/AppSales/AppSalesViewModel.cs +++ b/BTCPayServer/Components/AppSales/AppSalesViewModel.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using BTCPayServer.Client.Models; -using BTCPayServer.Services.Apps; namespace BTCPayServer.Components.AppSales; diff --git a/BTCPayServer/Components/AppSales/Default.cshtml.js b/BTCPayServer/Components/AppSales/Default.cshtml.js index 37472d1d7..e3cc68604 100644 --- a/BTCPayServer/Components/AppSales/Default.cshtml.js +++ b/BTCPayServer/Components/AppSales/Default.cshtml.js @@ -45,7 +45,6 @@ if (!window.appSales) { function addEventListeners() { delegate('change', `#${id} [name="AppSalesPeriod-${appId}"]`, async e => { - console.log("CHANGED", id) const type = e.target.value; await update(type); }); diff --git a/BTCPayServer/Components/StoreLightningBalance/StoreLightningBalanceViewModel.cs b/BTCPayServer/Components/StoreLightningBalance/StoreLightningBalanceViewModel.cs index 6bfd3eec7..d4d2a1d85 100644 --- a/BTCPayServer/Components/StoreLightningBalance/StoreLightningBalanceViewModel.cs +++ b/BTCPayServer/Components/StoreLightningBalance/StoreLightningBalanceViewModel.cs @@ -4,7 +4,6 @@ using BTCPayServer.Client.Models; using BTCPayServer.Lightning; using BTCPayServer.Services.Rates; using NBitcoin; -using StoreData = BTCPayServer.Data.StoreData; namespace BTCPayServer.Components.StoreLightningBalance; diff --git a/BTCPayServer/Components/StoreLightningServices/Default.cshtml b/BTCPayServer/Components/StoreLightningServices/Default.cshtml index 3deb55c34..7cc0755f6 100644 --- a/BTCPayServer/Components/StoreLightningServices/Default.cshtml +++ b/BTCPayServer/Components/StoreLightningServices/Default.cshtml @@ -2,14 +2,14 @@ @if (Model.Services != null && Model.Services.Any()) { -