Commented out debug print statement.

This commit is contained in:
mjbudd77 2021-05-02 21:35:47 -04:00
parent ac340e0a4c
commit cfc91e2223
1 changed files with 1 additions and 1 deletions

View File

@ -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);