Code cleanup

This commit is contained in:
2025-05-19 20:51:01 -04:00
parent 4e458711a2
commit 142c6fee73

View File

@@ -103,7 +103,7 @@ namespace MarketData.Helper
{
try
{
MDTrace.WriteLine(LogLevel.DEBUG,"Loading analyst price target for for '" + symbol + "'");
MDTrace.WriteLine(LogLevel.DEBUG,"Loading analyst price target for '" + symbol + "'");
AnalystPriceTarget analystPriceTarget = MarketDataHelper.GetAnalystPriceTarget(symbol);
if (null != analystPriceTarget)
{