Skip to content

Commit

Permalink
#474 - Drop debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed May 31, 2024
1 parent a3463cc commit 6dc05d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Money.Blazor.Host/Services/CurrencyFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ private string FormatInternal(Price price, bool applyUserDigits = true, bool app
if (applyPlusForPositiveNumbers && price.Value > 0)
value = $"+{value}";

Console.WriteLine($"DEBUG {value} {applyPlusForPositiveNumbers}");
return value;
}

Expand Down

0 comments on commit 6dc05d7

Please sign in to comment.