]> git.mxchange.org Git - flightgear.git/commitdiff
Commented out a stray cout.
authorcurt <curt>
Thu, 13 Feb 2003 21:31:44 +0000 (21:31 +0000)
committercurt <curt>
Thu, 13 Feb 2003 21:31:44 +0000 (21:31 +0000)
src/Systems/electrical.cxx

index 4c385b3a3f0e27631ee02382897978ebd641daea..4f8329af5706e2675feae2a6782212bbbdb93ceb 100644 (file)
@@ -201,7 +201,7 @@ FGElectricalConnector::FGElectricalConnector ( SGPropertyNode *node,
 
 // set all switches to the specified state
 void FGElectricalConnector::set_switches( bool state ) {
-    cout << "setting switch state to " << state << endl;
+    // cout << "setting switch state to " << state << endl;
     for ( unsigned int i = 0; i < switches.size(); ++i ) {
         switches[i]->setBoolValue( state );
     }