statusicon remove debug line

This commit is contained in:
Hylke 2011-06-12 15:12:58 -07:00
parent 1135516798
commit 266f128733

View file

@ -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);
}