]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atcdialog.cxx
fix + define WITH_POINT_TO_POINT
[flightgear.git] / src / ATC / atcdialog.cxx
index 41de936af77ea510081734e9ecf4b25972b615cf..eb9533fbb692726b6d5b6aba720e5b75cff56635 100644 (file)
@@ -36,7 +36,7 @@
 FGATCDialogNew *currentATCDialog;
 
 static bool doATCDialog(const SGPropertyNode* arg) {
-        cerr << "Running doATCDialog" << endl;
+        //cerr << "Running doATCDialog" << endl;
        currentATCDialog->PopupDialog();
        return(true);
 }