Remove some debug code

This commit is contained in:
nicolas.dorier
2022-10-19 13:06:15 +09:00
parent adf5b4ca0c
commit 5fb32fe0e9

View File

@@ -44,9 +44,6 @@ namespace BTCPayServer.Services.Rates
{
if (notFoundSymbols.TryGetValue(ticker.Key, out _))
return null;
if (ticker.Key.Contains("XMR"))
{
}
try
{
CurrencyPair pair;