diff --git a/MTApiService/LogConfigurator.cs b/MTApiService/LogConfigurator.cs index ef6c3692..0e7f6d57 100755 --- a/MTApiService/LogConfigurator.cs +++ b/MTApiService/LogConfigurator.cs @@ -41,10 +41,6 @@ public static void Setup(string profileName) roller.ActivateOptions(); hierarchy.Root.AddAppender(roller); - var memory = new MemoryAppender(); - memory.ActivateOptions(); - hierarchy.Root.AddAppender(memory); - #if (DEBUG) hierarchy.Root.Level = Level.Debug; #else