diff --git a/update_repos b/update_repos index 2fa2374329eb0cfd6e15156927be72c652f892f2..2530ccb31b7b1914cb3c48b27bb47491cb70dffe 100755 --- a/update_repos +++ b/update_repos @@ -250,7 +250,6 @@ class PullsRepo(JsonRepo): self.download_file(pull.url) self.download_file(pull.commits_url) self.download_file(pull.comments_url) - self.download_file(pull.patch_url) class MilestonesRepo(JsonRepo): def __init__(self, gh_repo, config):