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
1 changed files with 0 additions and 2 deletions

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;
}