From: ehofman Date: Tue, 27 Dec 2005 14:30:56 +0000 (+0000) Subject: Remove a debugging cout. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d11df8fcc8e5c0cc1fb0e0973f64a285e5483e49;p=flightgear.git Remove a debugging cout. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 0c57030a1..6e292a0c2 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -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];