]> git.mxchange.org Git - flightgear.git/commitdiff
Remove a debugging cout.
authorehofman <ehofman>
Tue, 27 Dec 2005 14:30:56 +0000 (14:30 +0000)
committerehofman <ehofman>
Tue, 27 Dec 2005 14:30:56 +0000 (14:30 +0000)
src/Main/fg_init.cxx

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