Skip to content

Commit e3c1346

Browse files
committed
Remove extraneous AI comment
1 parent 4c724e1 commit e3c1346

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pipeline-templates/list-file-structure.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ steps:
1616
Write-Host "====================== FILE STRUCTURE OVERVIEW ======================"
1717
Write-Host ""
1818
19-
# Function to create a tree-like structure
2019
function Show-DirectoryTree {
2120
param(
2221
[string]$Path,
@@ -99,7 +98,6 @@ steps:
9998
Write-Host ""
10099
}
101100
102-
# Process the current path
103101
Show-DirectoryTree -Path "${{ pathConfig.path }}" -Title "${{ pathConfig.title }}"
104102
105103
displayName: '${{ parameters.displayName }} - ${{ pathConfig.title }}'

0 commit comments

Comments
 (0)