Removed errant printf in x509parse_self_test()
diff --git a/library/x509parse.c b/library/x509parse.c
index 0a3b6fe..dca53066 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -3919,7 +3919,6 @@
     ret = x509parse_verify( &clicert, &cacert, NULL, "PolarSSL Client 2", &flags, NULL, NULL );
     if( ret != 0 )
     {
-        printf("%02x", flags);
         if( verbose != 0 )
             printf( "failed\n" );