]> git.mxchange.org Git - flightgear.git/commitdiff
Commented out cout statements that were not in the std namespace.
authordavid <david>
Tue, 26 Mar 2002 13:44:21 +0000 (13:44 +0000)
committerdavid <david>
Tue, 26 Mar 2002 13:44:21 +0000 (13:44 +0000)
src/FDM/ExternalNet.cxx

index d42f8880a5e2f8bc0c73c5e583df8b65310ce98c..3fc4aa0c63a787242913057abdbf687b4350f0e8 100644 (file)
@@ -239,9 +239,9 @@ void FGExternalNet::init() {
 
     sprintf( cmd, "/longitude-deg?value=%.8f", lon );
     new HTTPClient( fdm_host.c_str(), cmd_port, cmd );
-    cout << "before loop()" << endl;
+//     cout << "before loop()" << endl;
     netChannel::loop(0);
-    cout << "here" << endl;
+//     cout << "here" << endl;
 
     sprintf( cmd, "/latitude-deg?value=%.8f", lat );
     new HTTPClient( fdm_host.c_str(), cmd_port, cmd );