1
0
Fork 0

Remove a debugging cout.

This commit is contained in:
ehofman 2005-12-27 14:30:56 +00:00
parent 7b1f1d73e6
commit d11df8fcc8

View file

@ -145,7 +145,6 @@ float init_volume;
static string fgScanForOption( const string& option, int argc, char **argv ) { static string fgScanForOption( const string& option, int argc, char **argv ) {
int i = 1; int i = 1;
cout << "The quest for hostname part 1" << endl;
if (hostname == NULL) if (hostname == NULL)
{ {
char _hostname[256]; char _hostname[256];