Correct checkboxes and remove old comments.

This commit is contained in:
The Dax
2013-07-27 19:50:23 -04:00
parent 528d81151a
commit b07c8155de
3 changed files with 5 additions and 11 deletions
-1
View File
@@ -965,7 +965,6 @@ namespace MainWindow
case ID_DEBUG_LOG:
if(g_Config.bEnableLogging)
LogManager::GetInstance()->GetConsoleListener()->Show(LogManager::GetInstance()->GetConsoleListener()->Hidden());
//else LogManager::GetInstance()->GetConsoleListener()->Close();
break;
case ID_OPTIONS_IGNOREILLEGALREADS: