Skip to content

Commit

Permalink
Remove byebug reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thalessr committed Mar 10, 2023
1 parent 42140fd commit e375b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions lib/smart_id/api/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def execute
get_request_attrs
end

request = RestClient::Request.execute(**attrs)
RestClient::Request.execute(**attrs)
end

private
Expand All @@ -77,10 +77,7 @@ def default_attrs
end

def get_request_attrs
default_attrs.merge(headers: {
**default_attrs[:headers],
params: @params
})
default_attrs.merge(headers: { **default_attrs[:headers], params: @params })
end

def post_request_attrs
Expand Down
1 change: 0 additions & 1 deletion lib/smart_id/authentication_certificate/certificate.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'byebug'
module SmartId
module AuthenticationCertificate
class Certificate
Expand Down

0 comments on commit e375b7d

Please sign in to comment.