]> git.mxchange.org Git - flightgear.git/commitdiff
noise reduction
authormfranz <mfranz>
Wed, 15 Feb 2006 22:03:15 +0000 (22:03 +0000)
committermfranz <mfranz>
Wed, 15 Feb 2006 22:03:15 +0000 (22:03 +0000)
src/Main/fg_commands.cxx

index 4eb3449e133e67a783a789cb7761ff8fcb705f1d..644bda6a4d2acc8aff1bb57ba1cd9e8f4000ea8c 100644 (file)
@@ -1157,7 +1157,7 @@ do_play_audio_message (const SGPropertyNode * arg)
     FGFX *fx = (FGFX *)globals->get_subsystem("fx");
     string path = arg->getStringValue("path");
     string file = arg->getStringValue("file");
-    cout << "playing " << path << " / " << file << endl;
+    // cout << "playing " << path << " / " << file << endl;
     fx->play_message( path, file );
 
     return true;
@@ -1223,8 +1223,8 @@ do_replay (const SGPropertyNode * arg)
         fgSetDouble( "/sim/replay/time", r->get_start_time() );
     }
 
-    cout << "start = " << r->get_start_time()
-         << "  end = " << r->get_end_time() << endl;
+    // cout << "start = " << r->get_start_time()
+    //      << "  end = " << r->get_end_time() << endl;
 
     return true;
 }