removed debug print

This commit is contained in:
timerix 2022-11-21 01:03:10 +06:00
parent 89f4c7f7b3
commit eec2ec60be

View File

@ -69,7 +69,6 @@ public class CompositeLogger : ILogger
public void Log(string context, LogSeverity severity, object message, ILogFormat format) public void Log(string context, LogSeverity severity, object message, ILogFormat format)
{ {
Console.WriteLine(severity.ToString().ToUpper());
if(!this.CheckSeverity(severity)) if(!this.CheckSeverity(severity))
return; return;