Skip to content

Commit

Permalink
Remove pry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 31, 2020
1 parent 9fa56ac commit 2fdcbc2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -29,7 +29,6 @@ require 'async'
require 'async/io/stream'
require 'async/http/endpoint'
require 'protocol/http2/client'
require 'pry'

Async do
endpoint = Async::HTTP::Endpoint.parse("https://www.google.com/search?q=kittens")
Expand Down Expand Up @@ -83,8 +82,6 @@ Async do

puts "Got #{$count} kittens!"

binding.pry

puts "Closing client..."
client.close
end
Expand Down
3 changes: 0 additions & 3 deletions examples/http2/request.rb
Expand Up @@ -5,7 +5,6 @@
require 'async/io/stream'
require 'async/http/endpoint'
require 'protocol/http2/client'
require 'pry'

Async do
endpoint = Async::HTTP::Endpoint.parse("https://www.google.com/search?q=kittens")
Expand Down Expand Up @@ -59,8 +58,6 @@ def stream.receive_data(frame)

puts "Got #{$count} kittens!"

binding.pry

puts "Closing client..."
client.close
end
Expand Down
1 change: 0 additions & 1 deletion examples/http2/requests.rb
Expand Up @@ -5,7 +5,6 @@
require 'async/io/stream'
require 'async/http/endpoint'
require 'protocol/http2/client'
require 'pry'

queries = ["apple", "orange", "teapot", "async"]

Expand Down

0 comments on commit 2fdcbc2

Please sign in to comment.