Index: simgear/debug/logstream.cxx
===================================================================
RCS file: /var/cvs/SimGear-0.3/source/simgear/debug/logstream.cxx,v
retrieving revision 1.6
diff -w -u -3 -r1.6 logstream.cxx
--- simgear/debug/logstream.cxx	2 Jun 2008 20:21:28 -0000	1.6
+++ simgear/debug/logstream.cxx	24 Jul 2008 21:58:54 -0000
@@ -97,17 +97,5 @@
 {
     // Force initialization of cerr.
     static std::ios_base::Init initializer;
-    // XXX Is the following still necessary?
-#ifdef __APPLE__
-    /**
-     * There appears to be a bug in the C++ runtime in Mac OS X that
-     * will crash if certain funtions are called (in this case
-     * cerr.rdbuf()) during static initialization of a class. This
-     * print statement is hack to kick the library in the pants so it
-     * won't crash when cerr.rdbuf() is first called -DW 
-     **/
-    std::cout << "Using Mac OS X hack for initializing C++ stdio..."
-              << std::endl;
-#endif
     global_logstream = new logstream(std::cerr);
 }
