diff --git a/SparkleShare/Mac/SparkleEventLog.cs b/SparkleShare/Mac/SparkleEventLog.cs index 997cf6b5..8c80b493 100755 --- a/SparkleShare/Mac/SparkleEventLog.cs +++ b/SparkleShare/Mac/SparkleEventLog.cs @@ -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; });