소스 검색

Removed logging message

LukePulverenti Luke Pulverenti luke pulverenti 13 년 전
부모
커밋
d776238e6b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      MediaBrowser.Controller/Providers/AudioInfoProvider.cs

+ 0 - 2
MediaBrowser.Controller/Providers/AudioInfoProvider.cs

@@ -91,8 +91,6 @@ namespace MediaBrowser.Controller.Providers
             audio.ProductionYear = GetDictionaryNumericValue(tags, "date");
 
             audio.PremiereDate = GetDictionaryDateTime(tags, "retaildate") ?? GetDictionaryDateTime(tags, "retail date") ?? GetDictionaryDateTime(tags, "retail_date");
-            
-            MediaBrowser.Common.Logging.Logger.LogInfo(tags.Comparer.GetType().Name.ToString());
         }
 
         private int? GetDictionaryDiscValue(Dictionary<string, string> tags)