Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jan 18, 2024
1 parent 4d7f738 commit 3dd610d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Tools/CsvImporter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,6 @@
maxTasks: 10
);

/*
List<UserDetails> deltaList = CsvFileReader.GetDelta(
currentList: userDetailsList,
lastRunList: lastRunUserDetailsList
);
*/

ConsoleUtils.WriteInfo($"Filtered down to {deltaList.Count} users not in last run CSV file");

// Update the user details list to the delta list.
Expand Down

0 comments on commit 3dd610d

Please sign in to comment.