summaryrefslogtreecommitdiff
path: root/libextra/auth_srp_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libextra/auth_srp_passwd.c')
-rw-r--r--libextra/auth_srp_passwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libextra/auth_srp_passwd.c b/libextra/auth_srp_passwd.c
index 22e78d452a..46ccfc1ef2 100644
--- a/libextra/auth_srp_passwd.c
+++ b/libextra/auth_srp_passwd.c
@@ -332,7 +332,6 @@ int _gnutls_srp_pwd_read_entry( gnutls_session state, char* username,
/* user was not found. Fake him. Actually read the g,n values from
* the last index found and randomize the entry.
*/
-fprintf(stderr, "username: %s\nindex: %d\n", username, last_index);
if (pwd_read_conf( cred->password_conf_file[pwd_index], entry, last_index)==0) {
ret = _randomize_pwd_entry( entry);
if (ret < 0) {