diff --git a/build.cake b/build.cake index dd35e64..3eb49eb 100644 --- a/build.cake +++ b/build.cake @@ -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...");