Skip to content

Commit

Permalink
Removing stray binding.pry
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Apr 18, 2016
1 parent 47667f9 commit 02aa560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/txgh/resource_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def update_resource(tx_resource, commit_sha, categories = {})
logger.info("process each tree entry: #{file['path']}")

if tx_resource.source_file == file['path']
binding.pry
if repo.upload_diffs?
upload_diff(tx_resource, file, categories)
else
Expand Down

0 comments on commit 02aa560

Please sign in to comment.