diff --git a/WalletWasabi.Fluent/ViewModels/Wallets/WalletViewModel.cs b/WalletWasabi.Fluent/ViewModels/Wallets/WalletViewModel.cs index 3631f13faf6..a911a5d40c8 100644 --- a/WalletWasabi.Fluent/ViewModels/Wallets/WalletViewModel.cs +++ b/WalletWasabi.Fluent/ViewModels/Wallets/WalletViewModel.cs @@ -101,7 +101,6 @@ public WalletViewModel(UiContext uiContext, IWalletModel walletModel, Wallet wal x => x.IsMusicBoxFlyoutDisplayed, (hasBeenDisplayed, isSelected, hasNoBalance, areAllCoinsPrivate, isPointerOver, isMusicBoxFlyoutDisplayed) => { - Logger.LogWarning($"({hasBeenDisplayed}, {isSelected}, {hasNoBalance}, {areAllCoinsPrivate}, {isPointerOver}, {isMusicBoxFlyoutDisplayed})"); if (!hasBeenDisplayed) { if (!WalletModel.IsCoinJoinEnabled)