Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tkawa committed Sep 9, 2016
1 parent ea696e2 commit d9cb480
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/faraday/hypermedia/navigation.rb
Expand Up @@ -7,10 +7,6 @@ def initialize(app, history = nil, options = {})
super(app)
puts 'Navigation Enabled!'
@history = history || History.new
# state = self
# connection.define_singleton_method(:history) do
# state.history
# end
end

def call(request_env)
Expand Down

0 comments on commit d9cb480

Please sign in to comment.