From 7363b06264798b14cc32de457a8da8f6deab8055 Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 27 Jul 2012 00:52:10 +0000 Subject: [PATCH] Remove some console logging when the context menu is opened. --- BizHawk.MultiClient/MainForm.MenuItems.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BizHawk.MultiClient/MainForm.MenuItems.cs b/BizHawk.MultiClient/MainForm.MenuItems.cs index d1c5b3e77f..897bc94919 100644 --- a/BizHawk.MultiClient/MainForm.MenuItems.cs +++ b/BizHawk.MultiClient/MainForm.MenuItems.cs @@ -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())