Remove some console logging when the context menu is opened.

This commit is contained in:
adelikat 2012-07-27 00:52:10 +00:00
parent db464a3bbd
commit 7363b06264
1 changed files with 0 additions and 5 deletions

View File

@ -938,11 +938,6 @@ namespace BizHawk.MultiClient
didMenuPause = true;
PauseEmulator();
foreach (ToolStripItem tsi in contextMenuStrip1.Items)
{
Console.WriteLine(tsi.Name);
}
//TODO - MUST refactor this to hide all and then view a set depending on the state
if (IsNullEmulator())