From: david Date: Tue, 26 Mar 2002 13:44:21 +0000 (+0000) Subject: Commented out cout statements that were not in the std namespace. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdca06f9ba587d2d7902a0443360a929e062b54b;p=flightgear.git Commented out cout statements that were not in the std namespace. --- diff --git a/src/FDM/ExternalNet.cxx b/src/FDM/ExternalNet.cxx index d42f8880a..3fc4aa0c6 100644 --- a/src/FDM/ExternalNet.cxx +++ b/src/FDM/ExternalNet.cxx @@ -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 );