Skip to content

Commit 36a5f2e

Browse files
committed
remove debug logging
1 parent f499eb7 commit 36a5f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/actions/Git-NumberedDiff.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function Git-NumberedDiff {
1616
# so that new files are shown in the diff
1717
$newFiles = $fileInfos | ? {$_.state -eq 'A'} | % {$_.fullPath.Trim('"')}
1818
if ($newFiles) {
19-
Write-Host "git add --intent-to-add $newFiles"
2019
git add -Nv @($newFiles)
2120
}
2221

0 commit comments

Comments
 (0)