Skip to content

Commit

Permalink
Update review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Jul 8, 2020
1 parent 700d2fa commit 6efea0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions GitHubProjects.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,6 @@ filter New-GitHubProject
[switch] $NoStatus
)

Write-InvocationLog

$telemetryProperties = @{}
$telemetryProperties['ProjectName'] = Get-PiiSafeString -PlainText $ProjectName

Expand Down
2 changes: 0 additions & 2 deletions GitHubUsers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ function Set-GitHubProfile
[switch] $NoStatus
)

Write-InvocationLog

$hashBody = @{}
if ($PSBoundParameters.ContainsKey('Name')) { $hashBody['name'] = $Name }
if ($PSBoundParameters.ContainsKey('Email')) { $hashBody['email'] = $Email }
Expand Down

0 comments on commit 6efea0a

Please sign in to comment.