svn path=/trunk/mcs/; revision=92957
authorEveraldo Canuto <everaldo@mono-cvs.ximian.com>
Tue, 15 Jan 2008 15:28:54 +0000 (15:28 -0000)
committerEveraldo Canuto <everaldo@mono-cvs.ximian.com>
Tue, 15 Jan 2008 15:28:54 +0000 (15:28 -0000)
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs

index 4c318196aa7f73255926eb4b4c1b5d240385086d..08fa4cf2e7044c64ee16d3e3af2a6cf7fd489755 100644 (file)
@@ -51,7 +51,7 @@ namespace System.Windows.Forms {
                        foreach (MenuItem item in TopMenu.MenuItems)
                                AddShortcuts (item);
 
-                       if (top_menu is ContextMenu) {Console.WriteLine(">>> {0}", (top_menu as ContextMenu).SourceControl);
+                       if (top_menu is ContextMenu) {
                                                        
                                Control source_control = (top_menu as ContextMenu).SourceControl;
 #if NET_2_0