From: curt Date: Thu, 13 Feb 2003 21:31:44 +0000 (+0000) Subject: Commented out a stray cout. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d4d53763d91d0bfdbe72265a1d77e0b518cddb35;p=flightgear.git Commented out a stray cout. --- diff --git a/src/Systems/electrical.cxx b/src/Systems/electrical.cxx index 4c385b3a3..4f8329af5 100644 --- a/src/Systems/electrical.cxx +++ b/src/Systems/electrical.cxx @@ -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 ); }