- Removed superfluous debugging info

This commit is contained in:
Paul Bakker 2012-02-16 13:36:38 +00:00
parent 058881547f
commit 89f3fc5bf1

View file

@ -181,7 +181,6 @@ int main( int argc, char *argv[] )
}
else if( strcmp( p, "subject_name" ) == 0 )
{
printf("p: '%s', q: '%s'\n", p, q);
opt.subject_name = q;
}
else