Commented out debug print statement.
This commit is contained in:
parent
ac340e0a4c
commit
cfc91e2223
|
@ -1503,7 +1503,7 @@ void consoleWin_t::createMainMenu(void)
|
|||
{
|
||||
act = new QAction(tr( formatList[i].c_str() ), this);
|
||||
|
||||
printf("%s\n", formatList[i].c_str() );
|
||||
//printf("%s\n", formatList[i].c_str() );
|
||||
|
||||
act->setCheckable(true);
|
||||
group->addAction(act);
|
||||
|
|
Loading…
Reference in New Issue