Remove log message executed before logger is initialized

This commit is contained in:
Mark Monteiro
2020-02-25 17:22:21 +01:00
parent f3be93a4de
commit 192ec57b60
2 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ namespace Emby.Server.Implementations
public static class ConfigurationOptions
{
/// <summary>
/// Gets the default configuration options.
/// Gets a new copy of the default configuration options.
/// </summary>
public static Dictionary<string, string> DefaultConfiguration => new Dictionary<string, string>
{