Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Remove the left in debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tombell committed Aug 8, 2017
1 parent 41d45e8 commit 8d1674d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/hubrelease/commits.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def self.watched_files_commits(base, head, watched)

changed = @compare.commits.map do |c|
commit = HubRelease.client.commit(HubRelease.repo, c.sha)
require 'pp'
pp commit
files = commit.files.select { |f| watched.include? f.filename }

files = files.map do |f|
Expand Down

0 comments on commit 8d1674d

Please sign in to comment.