diff --git a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs index 23ae4cee9e..69a205dda9 100644 --- a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs +++ b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs @@ -108,8 +108,6 @@ namespace Emby.Server.Implementations.EntryPoints try { _sessionManager.SendMessageToAdminSessions("RefreshProgress", dict, CancellationToken.None); - - _logger.Info("Sending refresh progress {0} {1}", item.Id.ToString("N"), progress); } catch {