Skip to content

Commit f786171

Browse files
ShanefeCopilot
andauthored
Update Calendar/CalLogHelpers/CalLogCSVFunctions.ps1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e1c1341 commit f786171

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Calendar/CalLogHelpers/CalLogCSVFunctions.ps1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -409,16 +409,6 @@ function SortEnhancedCalendarLogs {
409409
Write-Verbose "Starting Sorting Date"
410410
Write-Verbose "Sorting Enhanced logs by LogTimestamp, then OriginalStartDate for matching timestamps."
411411

412-
# Temporarily disabled while isolating ordering issues.
413-
# $sortedLogs = @($workingLogs | Sort-Object
414-
# @{ Expression = { Get-CalendarLogTimestampSortValue $_.LogTimestamp } },
415-
# @{ Expression = { Get-CalendarLogOriginalStartDateSortRank $_.OriginalStartDate } },
416-
# @{ Expression = { Get-CalendarLogOriginalStartDateSortValue $_.OriginalStartDate } })
417-
#
418-
# foreach ($timestampGroup in ($sortedLogs | Group-Object { Get-CalendarLogTimestampGroupKey $_.LogTimestamp })) {
419-
# Write-Host -ForegroundColor Cyan "Sub-sorting on [$($timestampGroup.Count)] items on LogTimestamp [$($timestampGroup.Name)]"
420-
# }
421-
422412
$sortIndex = 0
423413
$sortRows = foreach ($workingLog in $workingLogs) {
424414
$sortIndex++

0 commit comments

Comments
 (0)