Remove information that is already in verbose output.

git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@192 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Dag Wieers 2008-01-21 21:38:11 +00:00
parent 3ac12cf8d0
commit abdbfbb6c0

View file

@ -48,10 +48,10 @@ void make_basicauth()
*/
base64( (unsigned char *)basicauth, (unsigned char *)p, strlen( p ) );
if( args_info.verbose_flag )
{
message( "Proxy basic auth is %s\n", basicauth );
}
// if( args_info.verbose_flag )
// {
// message( "Proxy basic auth is %s\n", basicauth );
// }
free( p );
}