statusicon remove debug line

This commit is contained in:
Hylke 2011-06-12 15:12:58 -07:00
parent e6f3846fd4
commit 008c833dab

View file

@ -146,7 +146,6 @@ namespace SparkleShare {
Application.Invoke (delegate { Application.Invoke (delegate {
if (UseIndicator) { if (UseIndicator) {
this.indicator.IconName = icon_name; this.indicator.IconName = icon_name;
Console.WriteLine (icon_name);
} else { } else {
this.status_icon.Pixbuf = SparkleUIHelpers.GetIcon (icon_name, 24); this.status_icon.Pixbuf = SparkleUIHelpers.GetIcon (icon_name, 24);
} }