File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ++
You can’t perform that action at this time.
0 commit comments