1
0
Fork 0

Commented out cout statements that were not in the std namespace.

This commit is contained in:
david 2002-03-26 13:44:21 +00:00
parent ee44d3042f
commit bdca06f9ba

View 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 );