Code cleanup

This commit is contained in:
2025-07-02 17:55:40 -04:00
parent a6a1d25e74
commit 02ed33872e

View File

@@ -235,10 +235,7 @@ namespace MarketData.Helper
}
}
symbols = symbolsToFetch; // These are the symbols that we know we need to fetch
if (0 == symbolsToFetch.Count)
{
MDTrace.WriteLine(LogLevel.DEBUG, $"[UpdatePricesBarChartSweep] Does not need to supplement any pricing data for {startDate.Value.ToShortDateString()} .");
}
MDTrace.WriteLine(LogLevel.DEBUG, $"[UpdatePricesBarChartSweep] Preparing to supplement {symbolsToFetch.Count} for pricing date {startDate.Value.ToShortDateString()} .");
currentIndex = 0;
while (true)
{