Skip to content
Snippets Groups Projects
Commit d0bbadde authored by Mike McQuaid's avatar Mike McQuaid
Browse files

github: don't print when searching PRs.

parent 5da857ce
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,6 @@ module GitHub
def print_pull_requests_matching(query)
return [] if ENV["HOMEBREW_NO_GITHUB_API"]
ohai "Searching pull requests..."
open_or_closed_prs = issues_matching(query, type: "pr")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment