mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-26 20:25:07 +00:00
- Removed superfluous debugging info
This commit is contained in:
parent
058881547f
commit
89f3fc5bf1
|
@ -181,7 +181,6 @@ int main( int argc, char *argv[] )
|
||||||
}
|
}
|
||||||
else if( strcmp( p, "subject_name" ) == 0 )
|
else if( strcmp( p, "subject_name" ) == 0 )
|
||||||
{
|
{
|
||||||
printf("p: '%s', q: '%s'\n", p, q);
|
|
||||||
opt.subject_name = q;
|
opt.subject_name = q;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue