less printing

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-13 01:01:53 +00:00
parent 0d0948cd9e
commit 4b12f3487c

View File

@@ -94,8 +94,6 @@ test_expand(hx509_context context, const char *name, const char *expected)
if (ret)
return 1;
printf("expanded %s before %s\n", s, name);
ret = strcmp(s, expected) != 0;
free(s);
if (ret)