mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove debug print of r32410.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ac460af94
commit
c973097468
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase
|
|||
"#{Digest::MD5.hexdigest(ha1)}:" \
|
||||
"#{params['nonce']}:#{'%08x' % nonce_count}:#{cnonce}:#{params['qop']}:" \
|
||||
"#{Digest::MD5.hexdigest(ha2)}"
|
||||
p header = "Digest username=\"#{user}\"" \
|
||||
"Digest username=\"#{user}\"" \
|
||||
", realm=\"#{params['realm']}\"" \
|
||||
", nonce=\"#{params['nonce']}\"" \
|
||||
", uri=\"#{params['uri']}\"" \
|
||||
|
|
Loading…
Reference in a new issue