Skip to content

Commit

Permalink
Remove debugging stuff.
Browse files Browse the repository at this point in the history
Additional fix for nahi#200
  • Loading branch information
Hiroshi Nakamura authored and glebtv committed Aug 10, 2014
1 parent 2ea9496 commit 6973110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/httpclient/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ def get(req)

# Challenge handler: remember URL for response.
def challenge(uri, param_str = nil)
#synchronize {
synchronize {
@challenge[urify(uri)] = true
true
#}
}
end
end

Expand Down

0 comments on commit 6973110

Please sign in to comment.