Browse Source

update logging

Luke Pulverenti 8 years ago
parent
commit
bbb43a6525
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs

+ 0 - 2
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
             {