Get rid of some debugging output.
This commit is contained in:
parent
8722af0eb8
commit
8ad519d854
1 changed files with 0 additions and 2 deletions
|
@ -120,7 +120,6 @@ void initMenu()
|
||||||
if (sep) {
|
if (sep) {
|
||||||
Menu[h].submenu[pos] = strdup("----------");
|
Menu[h].submenu[pos] = strdup("----------");
|
||||||
} else if (call && strcmp(call->getStringValue(), "")) {
|
} else if (call && strcmp(call->getStringValue(), "")) {
|
||||||
cout << name->getStringValue() << endl;
|
|
||||||
string text = fgGetString( name->getStringValue(),
|
string text = fgGetString( name->getStringValue(),
|
||||||
"/strings/null" );
|
"/strings/null" );
|
||||||
Menu[h].submenu[pos]
|
Menu[h].submenu[pos]
|
||||||
|
@ -140,7 +139,6 @@ void initMenu()
|
||||||
}
|
}
|
||||||
|
|
||||||
SGPropertyNode *name = submenu[h]->getNode("name");
|
SGPropertyNode *name = submenu[h]->getNode("name");
|
||||||
cout << name->getStringValue() << endl;
|
|
||||||
string text = fgGetString( name->getStringValue(),
|
string text = fgGetString( name->getStringValue(),
|
||||||
"/strings/null" );
|
"/strings/null" );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue