Skip to content

Commit 246d4e9

Browse files
author
Robert Holt
committed
Fix silliness
1 parent 3b41a94 commit 246d4e9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tools/GitHubTools.psm1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,6 @@ function Get-GitCommit
431431
$organization = $originDetails.Organization
432432
$repository = $originDetails.Repository
433433

434-
Wait-Debugger
435-
436434
Write-Verbose "Getting local git commit data"
437435

438436
$null = Exec { git fetch --all }

tools/changelog/updateChangelog.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ Write-Host "vscode-PowerShell CHANGELOG:`n`n$psextChangelogSection`n`n"
269269

270270
#region PRs
271271

272-
return
273-
274272
# PSES PR
275273
$cloneLocation = Join-Path ([System.IO.Path]::GetTempPath()) "${psesRepoName}_changelogupdate"
276274

0 commit comments

Comments
 (0)