(acc_gen_new): remove debug printf

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14946 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-24 21:54:01 +00:00
parent 4d8d89cee8
commit 1da385e5b6

View File

@@ -481,7 +481,6 @@ acc_gen_new(krb5_context context, krb5_ccache *id)
krb5_set_error_string(context, "malloc: out of memory");
return ENOMEM;
}
printf("name: %s\n", a->cache_name);
return 0;
}