Skip to content

Commit

Permalink
chore: remove unncessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 21, 2021
1 parent e151e49 commit 59947ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pact_broker/versions/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def find_by_pacticipant_name_and_number pacticipant_name, number

# There may be a race condition if two simultaneous requests come in to create the same version
def create(args)
logger.info "Upserting version #{args[:number]} for pacticipant_id=#{args[:pacticipant_id]}"
version_params = {
number: args[:number],
pacticipant_id: args[:pacticipant_id],
Expand Down

0 comments on commit 59947ad

Please sign in to comment.