diff --git a/SparkleShare/SparkleControllerBase.cs b/SparkleShare/SparkleControllerBase.cs index cd3eec3b..50d3b4c0 100755 --- a/SparkleShare/SparkleControllerBase.cs +++ b/SparkleShare/SparkleControllerBase.cs @@ -499,7 +499,7 @@ namespace SparkleShare { int midnight = (int) (DateTime.Today.AddDays (1) - new DateTime (1970, 1, 1)).TotalSeconds; - Console.WriteLine (midnight); + string html = event_log_html.Replace ("", event_log) .Replace ("", UserName) .Replace ("", "file://" + GetAvatar (UserEmail, 48))