Skip to content

Commit

Permalink
(chocolateyGH-1021) Authcred
Browse files Browse the repository at this point in the history
Removed debug used during dev
  • Loading branch information
Russell Mora committed Jan 23, 2017
1 parent d117717 commit fa570a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ param(
$request = [System.Net.HttpWebRequest]::Create($url);
$defaultCreds = [System.Net.CredentialCache]::DefaultCredentials
if ($credential -ne $null) {
Write-Host "Using credential."
$request.Credentials = $credential
} elseif ($defaultCreds -ne $null) {
$request.Credentials = $defaultCreds
Expand Down

0 comments on commit fa570a5

Please sign in to comment.