From 008c833dabca48bd009d7915168edcbe418836bf Mon Sep 17 00:00:00 2001 From: Hylke Date: Sun, 12 Jun 2011 15:12:58 -0700 Subject: [PATCH] statusicon remove debug line --- SparkleShare/SparkleStatusIcon.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SparkleShare/SparkleStatusIcon.cs b/SparkleShare/SparkleStatusIcon.cs index b577eabe..0b5059aa 100644 --- a/SparkleShare/SparkleStatusIcon.cs +++ b/SparkleShare/SparkleStatusIcon.cs @@ -146,7 +146,6 @@ namespace SparkleShare { Application.Invoke (delegate { if (UseIndicator) { this.indicator.IconName = icon_name; - Console.WriteLine (icon_name); } else { this.status_icon.Pixbuf = SparkleUIHelpers.GetIcon (icon_name, 24); }