Skip to content

Commit

Permalink
Remove commented out pry statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed May 3, 2024
1 parent 1fa278c commit 9be1909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/threema/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def configure(&block)
def get(url, params = {})
response = handle_error do
uri = authed_uri(url, params)
# binding.pry
req = Net::HTTP::Get.new(uri)

request_https(uri, req)
Expand Down

0 comments on commit 9be1909

Please sign in to comment.