Merge "Remove comments questioning API capabilities" into feature/zuulv3
diff --git a/zuul/driver/github/githubconnection.py b/zuul/driver/github/githubconnection.py
index 2191f95..0ce6ef5 100644
--- a/zuul/driver/github/githubconnection.py
+++ b/zuul/driver/github/githubconnection.py
@@ -727,10 +727,6 @@
         else:
             exclude_unprotected = tenant.exclude_unprotected_branches
 
-        # TODO(mordred) Does it work for Github Apps to get repository
-        # branches? If not, can we avoid doing this as an API for projects that
-        # aren't trying to exclude protected branches by doing a git command
-        # (gerrit driver does an upload pack over ssh)
         github = self.getGithubClient(project.name)
         try:
             owner, proj = project.name.split('/')