Skip to content

Commit

Permalink
Remove leftover irb debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Nov 10, 2019
1 parent b573e0f commit eb4eecf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/async/websocket/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

require 'async/http/client'

require 'irb'

module Async
module WebSocket
# This is a basic synchronous websocket client:
Expand Down
1 change: 0 additions & 1 deletion lib/async/websocket/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def close
super

if @response
require 'irb'; binding.irb
@response.finish
@response = nil
end
Expand Down

0 comments on commit eb4eecf

Please sign in to comment.