Skip to content

Commit

Permalink
pr-pull: remove debug ohai
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jan 14, 2022
1 parent 1d4c581 commit 92e6b23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/dev-cmd/pr-pull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def determine_bump_subject(old_contents, new_contents, subject_path, reason: nil

return "#{subject_name} #{new_package.version} (new #{is_cask ? "cask" : "formula"})" if old_package.blank?

ohai old_package.version, new_package.version
if old_package.version != new_package.version
"#{subject_name} #{new_package.version}"
elsif old_package.respond_to?(:revision) && old_package.revision != new_package.revision
Expand Down

0 comments on commit 92e6b23

Please sign in to comment.