Skip to content

Commit d071b9c

Browse files
committed
chore: remove excessive logging
1 parent 845b9d1 commit d071b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/StrDss.Service/RentalListingService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public async Task CreateRentalListingExportFiles()
146146
var lg = string.Empty;
147147

148148
var stopWatchForAll = Stopwatch.StartNew();
149-
var stopWatch = Stopwatch.StartNew();
149+
//var stopWatch = Stopwatch.StartNew();
150150

151151
var currentMonth = DateUtils.ConvertUtcToPacificTime(new DateTime(currentTime.Year, currentTime.Month, 1)).AddDays(-1).ToString("yyyy-MM");
152152

@@ -176,7 +176,7 @@ public async Task CreateRentalListingExportFiles()
176176
prExport.Add(line);
177177
}
178178

179-
LogProgress(count, totalCount, stopWatch);
179+
//LogProgress(count, totalCount, stopWatch);
180180
}
181181

182182
await CreateFinalExports(allExport, prExport, lgExport, lg, lgId);

0 commit comments

Comments
 (0)