summaryrefslogtreecommitdiff
path: root/test/auth_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/auth_test.rb')
-rw-r--r--test/auth_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/auth_test.rb b/test/auth_test.rb
index 0f76404..75aa9ad 100644
--- a/test/auth_test.rb
+++ b/test/auth_test.rb
@@ -10,10 +10,6 @@ class AuthTest < Test::Unit::TestCase
end
def test_successful_auth
- print "salt: "
- puts @client.salt
- print "verifier: "
- puts @client.verifier
assert @client.authenticate(@server, @username, @password)
end