1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 07:43:01 +00:00

Remove debug code in CleanupQualityProfileFormatItems

This commit is contained in:
Qstick 2023-01-22 13:47:13 -06:00
parent f05e109b50
commit faccfe17a2

View file

@ -23,7 +23,6 @@ namespace NzbDrone.Core.Housekeeping.Housekeepers
public void Clean()
{
var test = _customFormatRepository.All();
var customFormats = _customFormatRepository.All().ToDictionary(c => c.Id);
var profiles = _repository.All();
var updatedProfiles = new List<QualityProfile>();