refactoring part 3, improve logging

This commit is contained in:
Mikhail
2025-05-03 12:20:56 -04:00
parent 0b936fa6e5
commit 9304f86603
22 changed files with 117 additions and 99 deletions

View File

@@ -11,10 +11,6 @@ namespace EpinelPS.LobbyServer.Wallet
var user = GetUser();
var response = new ResGetCurrencyData();
foreach (var item in req.Currencies)
{
Console.WriteLine("Request currency " + (CurrencyType)item);
}
foreach (var currency in user.Currency)
{