]> git.mxchange.org Git - flightgear.git/commitdiff
Whoops - a stray debugging cout got through
authordaveluff <daveluff>
Tue, 25 Feb 2003 09:32:49 +0000 (09:32 +0000)
committerdaveluff <daveluff>
Tue, 25 Feb 2003 09:32:49 +0000 (09:32 +0000)
src/ATC/ground.cxx

index bc03a3313030869d79b184e8527ffc137111a18f..16f86cd6e4a56a8679c4b9e29197fd2ce51f1872 100644 (file)
@@ -197,7 +197,7 @@ bool FGGround::LoadNetwork() {
                        }
                        fin.setf(ios::skipws);
                        ap->distance = (int)dclGetHorizontalSeparation(network[ap->n1]->pos, network[ap->n2]->pos);
-                       cout << "Distance  = " << ap->distance << '\n';
+                       //cout << "Distance  = " << ap->distance << '\n';
                        network[ap->n1]->arcs.push_back(ap);
                        network[ap->n2]->arcs.push_back(ap);
                } else if(!strcmp(buf, "G")) {