Remove some console logging when the context menu is opened.
This commit is contained in:
parent
db464a3bbd
commit
7363b06264
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue