Skip to content

Commit

Permalink
Remove debug log (WalletWasabi#13423)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay authored Sep 19, 2024
1 parent 4524df1 commit 3930d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WalletWasabi.Fluent/ViewModels/Wallets/WalletViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3930d4a

Please sign in to comment.