Remove debug line from selftest

Happened to cause a warning about %x vs uint32_t with arm-none-eabi-gcc 4.9
in addition to being useless
This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-12 13:22:02 +02:00
parent fb07757f3c
commit 0fe1f6d97e

View File

@ -1038,8 +1038,6 @@ int mbedtls_x509_self_test( int verbose )
if( verbose != 0 )
mbedtls_printf( "failed\n" );
mbedtls_printf( "ret = %d, &flags = %04x\n", ret, flags );
return( ret );
}