diff --git a/server/StrDss.Service/RentalListingService.cs b/server/StrDss.Service/RentalListingService.cs index a6f01387..b8e4ec08 100644 --- a/server/StrDss.Service/RentalListingService.cs +++ b/server/StrDss.Service/RentalListingService.cs @@ -146,7 +146,7 @@ public async Task CreateRentalListingExportFiles() var lg = string.Empty; var stopWatchForAll = Stopwatch.StartNew(); - var stopWatch = Stopwatch.StartNew(); + //var stopWatch = Stopwatch.StartNew(); var currentMonth = DateUtils.ConvertUtcToPacificTime(new DateTime(currentTime.Year, currentTime.Month, 1)).AddDays(-1).ToString("yyyy-MM"); @@ -176,7 +176,7 @@ public async Task CreateRentalListingExportFiles() prExport.Add(line); } - LogProgress(count, totalCount, stopWatch); + //LogProgress(count, totalCount, stopWatch); } await CreateFinalExports(allExport, prExport, lgExport, lg, lgId);