Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2009-03-24 20:34:41 +0300
committerLluis Sanchez <lluis@novell.com>2009-03-24 20:34:41 +0300
commitfe17c2f6aca60b6ff31746f348bd9210e1886c5b (patch)
treed726eba679e97b3fdf77c7ca8bdb0d9bd594aca3
parentb3d3a1c6743fd52cdb900ba4d4e7177203f5007f (diff)
Remove some debug code.main-2.0
svn path=/branches/monodevelop/main/2.0/; revision=130147
-rw-r--r--main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/ResourceService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/ResourceService.cs b/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/ResourceService.cs
index 203583c4be..e35df612c0 100644
--- a/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/ResourceService.cs
+++ b/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/ResourceService.cs
@@ -335,7 +335,6 @@ namespace MonoDevelop.Core.Gui
public void AddToIconFactory (string stockId, Gdk.Pixbuf pixbuf, Gtk.IconSize iconSize)
{
- Console.WriteLine ("pp ss: " + stockId);
Gtk.IconSet iconSet = iconFactory.Lookup (stockId);
if (iconSet == null) {
iconSet = new Gtk.IconSet ();