Remove debug code in CleanupQualityProfileFormatItems

pull/5408/head
Qstick 1 year ago
parent f05e109b50
commit faccfe17a2

@ -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>();

Loading…
Cancel
Save