From 8ad519d8542df117402eb8ad72e9fcb91d2fa815 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 1 Oct 2002 18:39:49 +0000 Subject: [PATCH] Get rid of some debugging output. --- src/GUI/gui.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 0a1a071ce..f826a2da4 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -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" ); -- 2.39.5