Skip to content

Commit

Permalink
Remove showing of the token to prevent security issues (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Sep 12, 2023
1 parent 30d0ad2 commit 30bbabf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/PowerShell/github-calls.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ function GetRawFile {
return ""
}

Write-Host "GetRawFile: $url"
if ($null -eq $url) {
Write-Warning "Cannot handle empty url"
return ""
Expand Down

0 comments on commit 30bbabf

Please sign in to comment.