Code cleanup

This commit is contained in:
2025-10-17 20:16:44 -04:00
parent 234f2fcb1f
commit cde53e5b94
2 changed files with 5 additions and 5 deletions

View File

@@ -5107,7 +5107,7 @@ namespace MarketData.Helper
if (null == price) return null;
if (!price.Date.Date.Equals(startDate.Date))
{
MDTrace.WriteLine(LogLevel.DEBUG, $"Error, the price retrieved from Robinhood for : {symbol} is dated {price.Date.Date.ToShortDateString()} , expected {startDate.Date.ToShortDateString()}.");
MDTrace.WriteLine(LogLevel.DEBUG, $"Error, the price retrieved from Robinhood for : {symbol} is dated {price.Date.Date.ToShortDateString()}, expected {startDate.Date.ToShortDateString()}.");
return null;
}
return price;