AD provider logging increased due to duplicate user objects

This commit is contained in:
robvde 2013-01-26 10:00:06 +04:00
parent d43a4dc61d
commit 1297722c6a
2 changed files with 6 additions and 6 deletions

View file

@ -75,10 +75,8 @@ namespace WebsitePanel.Providers.HostedSolution
public static void DebugInfo(string message, params object[] args)
{
#if DEBUG
string text = String.Format(message, args);
Log.WriteInfo("{0} {1}", LogPrefix, text);
#endif
}
public static void EndLog(string message, ResultObject res, string errorCode, Exception ex)