Revent log: remove some debug output

This commit is contained in:
Hylke Bons 2011-12-30 01:48:34 +01:00
parent f30e534bfb
commit a8e7c05589

View file

@ -155,7 +155,6 @@ namespace SparkleShare {
Controller.UpdateSizeInfoEvent += delegate (string size, string history_size) {
InvokeOnMainThread (delegate {
Console.WriteLine (size + " " + history_size);
this.size_label_value.StringValue = size;
this.history_label_value.StringValue = history_size;
});