]> git.mxchange.org Git - flightgear.git/commitdiff
Comment out stray cout
authordaveluff <daveluff>
Mon, 16 Dec 2002 21:02:07 +0000 (21:02 +0000)
committerdaveluff <daveluff>
Mon, 16 Dec 2002 21:02:07 +0000 (21:02 +0000)
src/ATC/AILocalTraffic.cxx

index b5eed063e27c606a021ca07b3844ab50df40969b..b14fc132e9115648b10b3d2cd70582a65c311f28 100644 (file)
@@ -417,7 +417,7 @@ void FGAILocalTraffic::FlyTrafficPattern(double dt) {
                double magg = sqrt(gxx*gxx + gyy*gyy);
                crab = acos((axx*gxx + ayy*gyy) / (maga * magg));
                // At this point this works except we're getting the modulus of the angle
-               cout << "crab = " << crab << '\n';
+               //cout << "crab = " << crab << '\n';
                
                // Make sure both headings are in the 0->360 circle in order to get sane differences
                dclBoundHeading(wind_from);