]> git.mxchange.org Git - flightgear.git/commitdiff
Get rid of some debugging output.
authorcurt <curt>
Tue, 1 Oct 2002 18:39:49 +0000 (18:39 +0000)
committercurt <curt>
Tue, 1 Oct 2002 18:39:49 +0000 (18:39 +0000)
src/GUI/gui.cxx

index 0a1a071ce2ebe682ded1a5077477279625877316..f826a2da40b421922026927dde44f850b961265b 100644 (file)
@@ -120,7 +120,6 @@ void initMenu()
              if (sep) {
                 Menu[h].submenu[pos] = strdup("----------");
              } else if (call && strcmp(call->getStringValue(), "")) {
-                 cout << name->getStringValue() << endl;
                  string text = fgGetString( name->getStringValue(),
                                         "/strings/null" );
                  Menu[h].submenu[pos]
@@ -140,7 +139,6 @@ void initMenu()
          }
 
          SGPropertyNode *name = submenu[h]->getNode("name");
-         cout << name->getStringValue() << endl;
          string text = fgGetString( name->getStringValue(),
                                     "/strings/null" );