Remove logging of Unable to format audio channels using 'AudioChannels' due to old schema

This commit is contained in:
Mark McDowall 2019-02-23 11:26:27 -08:00
parent 11164ab838
commit cbbfc5b58c

View file

@ -452,8 +452,6 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
return audioChannels;
}
Logger.Warn("Unable to format audio channels using 'AudioChannels', with a value of: '{0}'", audioChannels);
return null;
}