From d11df8fcc8e5c0cc1fb0e0973f64a285e5483e49 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 27 Dec 2005 14:30:56 +0000 Subject: [PATCH] Remove a debugging cout. --- src/Main/fg_init.cxx | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.39.5