From c5319bb4ae9606e07d62525a022e5a67f85a7d43 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 4 Aug 2014 23:41:56 -0400 Subject: update playlist xml saving --- MediaBrowser.Controller/Library/TVUtils.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'MediaBrowser.Controller/Library/TVUtils.cs') diff --git a/MediaBrowser.Controller/Library/TVUtils.cs b/MediaBrowser.Controller/Library/TVUtils.cs index 5e43eb644..541dfd226 100644 --- a/MediaBrowser.Controller/Library/TVUtils.cs +++ b/MediaBrowser.Controller/Library/TVUtils.cs @@ -303,8 +303,6 @@ namespace MediaBrowser.Controller.Library } else { - logger.Debug("Evaluating series file: {0}", child.FullName); - var fullName = child.FullName; if (EntityResolutionHelper.IsVideoFile(fullName) || EntityResolutionHelper.IsVideoPlaceHolder(fullName)) -- cgit v1.2.3