From 5e532757cb208e5bcd661326090a360fb6f00eea Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 13 Jan 2012 18:55:54 +0000 Subject: [PATCH] event log: Remove debug rule --- SparkleShare/SparkleControllerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))