diff options
| -rw-r--r-- | Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs index 23ae4cee9..69a205dda 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 { |
