Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Mar 14, 2016
1 parent 43d83c8 commit 42ef7aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ Task("Download")
if (ForWindowsOnly) {
Information("Connecting to GitHub...");
var client = new GitHubClient(new ProductHeaderValue("msband-sdk-ci"));
Information("GitHubToken: {0}", string.IsNullOrEmpty(GitHubToken));
client.Credentials = new Credentials(GitHubToken);

Information("Loading releases...");
Expand Down

0 comments on commit 42ef7aa

Please sign in to comment.